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 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 }}
You can’t perform that action at this time.
0 commit comments