Skip to content

Commit b997dec

Browse files
committed
ci: LLVM_ENABLE_RTTI is already set in presets
1 parent ff62919 commit b997dec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
llvm-root: ../third-party/llvm-project/install
7777
llvm-archive-extension: {{#if (ieq os 'windows') }}7z{{else}}tar.bz2{{/if}}
7878
llvm-archive-filename: {{{ llvm-archive-basename }}}.{{{ llvm-archive-extension }}}
79-
llvm-sanizizer-config: {{#if (or (ne compiler 'clang') (ne compiler 'apple-clang'))}}{{else if ubsan}}Undefined{{else if asan}}Address{{/if}}
79+
llvm-sanitizer-config: {{#if (or (ne compiler 'clang') (ne compiler 'apple-clang'))}}{{else if ubsan}}Undefined{{else if asan}}Address{{/if}}
8080
mrdocs-ccflags: {{{ ccflags }}} {{#if (and (eq compiler 'gcc') (not asan)) }}-static{{/if}}
8181
mrdocs-cxxflags: {{{ cxxflags }}} {{#if (and (eq compiler 'gcc') (not asan)) }}-static{{/if}}
8282
mrdocs-package-generators: {{#if (ieq os 'windows') }}7Z ZIP WIX{{else}}TGZ TXZ{{/if}}
@@ -261,6 +261,7 @@ jobs:
261261
build-dir: ${sourceDir}/llvm/build
262262
preset: ${{ matrix.llvm-build-preset }}
263263
build-type: ${{ matrix.build-type }}
264+
# The LLVM_USE_SANITIZER option doesn't support GCC.
264265
extra-args: |
265266
-DLLVM_USE_SANITIZER=${{ matrix.llvm-sanitizer-config }}
266267
cc: ${{ steps.setup-cpp.outputs.cc }}

0 commit comments

Comments
 (0)