This patch changes it to ignorelist and contains a filename change for the
.txt file that's called.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/cmake/modules/HandleLLVMOptions.cmake | ||
---|---|---|
875 | Now I can't build llvm with ubsan, using an older version of clang, without getting lots of errors such as `clang-13: error: unknown argument: '-fsanitize-ignorelist=/workspace/llvm/llvm-main-sanitize-ubsan/llvm/utils/sanitizers/ubsan_ignorelist.txt'` that seems a bit unfortunate (or are there different requirements on which compiler version that is needed when building llvm depending on if I enable sanitizers or not?). |
llvm/cmake/modules/HandleLLVMOptions.cmake | ||
---|---|---|
875 | If that isn't supported even in the last released version of llvm then please revert immediately. |
llvm/cmake/modules/HandleLLVMOptions.cmake | ||
---|---|---|
875 | Reverted in 44a64afd43943ed6f47c37f61a6cd2e99c7287f3 sorry about this. |
llvm/cmake/modules/HandleLLVMOptions.cmake | ||
---|---|---|
875 | @lebedev.ri it looks like this option has been supported starting from Clang 13.0. Is that too new? |
Now I can't build llvm with ubsan, using an older version of clang, without getting lots of errors such as
that seems a bit unfortunate (or are there different requirements on which compiler version that is needed when building llvm depending on if I enable sanitizers or not?).