We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7d498 commit e89e7b7Copy full SHA for e89e7b7
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
latest-factors: |
43
msvc Optimized-Debug
44
gcc UBSan Coverage
45
- clang UBSan ASan
+ clang UBSan ASan MSan
46
apple-clang UBSan ASan
47
factors: ''
48
runs-on: |
@@ -280,6 +280,7 @@ jobs:
280
# The LLVM_USE_SANITIZER option doesn't support GCC.
281
extra-args: |
282
-DLLVM_USE_SANITIZER=${{ matrix.llvm-sanitizer-config }}
283
+ -DLLVM_OPTIMIZED_TABLEGEN=ON
284
cc: ${{ steps.setup-cpp.outputs.cc }}
285
cxx: ${{ steps.setup-cpp.outputs.cxx }}
286
ccflags: -gz=zstd
0 commit comments