File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 76
76
llvm-root: ../third-party/llvm-project/install
77
77
llvm-archive-extension: {{#if (ieq os 'windows') }}7z{{else}}tar.bz2{{/if}}
78
78
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}}
80
80
mrdocs-ccflags: {{{ ccflags }}} {{#if (and (eq compiler 'gcc') (not asan)) }}-static{{/if}}
81
81
mrdocs-cxxflags: {{{ cxxflags }}} {{#if (and (eq compiler 'gcc') (not asan)) }}-static{{/if}}
82
82
mrdocs-package-generators: {{#if (ieq os 'windows') }}7Z ZIP WIX{{else}}TGZ TXZ{{/if}}
@@ -261,6 +261,7 @@ jobs:
261
261
build-dir : ${sourceDir}/llvm/build
262
262
preset : ${{ matrix.llvm-build-preset }}
263
263
build-type : ${{ matrix.build-type }}
264
+ # The LLVM_USE_SANITIZER option doesn't support GCC.
264
265
extra-args : |
265
266
-DLLVM_USE_SANITIZER=${{ matrix.llvm-sanitizer-config }}
266
267
cc : ${{ steps.setup-cpp.outputs.cc }}
You can’t perform that action at this time.
0 commit comments