File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 matrix :
1111 os : [windows-2022]
1212 platform : [x64]
13- build-cfg : [Debug, RelWithDebInfo , Release]
13+ build-cfg : [Debug, DebugOpt , Release]
1414
1515 runs-on : ${{ matrix.os }}
1616
Original file line number Diff line number Diff line change 1010 matrix :
1111 os : [ubuntu-22.04, macos-13]
1212 platform : [x64, arm64]
13- build-cfg : [Debug, RelWithDebInfo , Release]
13+ build-cfg : [Debug, DebugOpt , Release]
1414
1515 runs-on : ${{ matrix.os }}
1616
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require "llvm/LLVM"
1212
1313function SearchLLVM ()
1414 LLVMRootDirDebug = builddir .. " /llvm/" .. get_llvm_package_name (nil , " Debug" )
15- LLVMRootDirRelWithDebInfo = builddir .. " /llvm/" .. get_llvm_package_name (nil , " RelWithDebInfo " )
15+ LLVMRootDirRelWithDebInfo = builddir .. " /llvm/" .. get_llvm_package_name (nil , " DebugOpt " )
1616 LLVMRootDirRelease = builddir .. " /llvm/" .. get_llvm_package_name ()
1717
1818 if os .isdir (LLVMRootDirDebug ) or os .isdir (LLVMRootDirRelWithDebInfo ) or os .isdir (LLVMRootDirRelease ) then
You can’t perform that action at this time.
0 commit comments