[llvm-dev] Build failure

David Spickett via llvm-dev llvm-dev at lists.llvm.org
Fri Jan 8 08:18:43 PST 2021


I should have said how to reproduce it, add this to your cmake config:
"LLVM_USE_SANITIZER:STRING
Define the sanitizer used to build LLVM binaries and tests. Possible
values are Address, Memory, MemoryWithOrigins, Undefined, Thread,
DataFlow, and Address;Undefined. Defaults to empty string."
(https://llvm.org/docs/CMake.html)

You might be able to spot the issue by eye but it's always good to be
able to test the fix anyway.


More information about the llvm-dev mailing list