[llvm-bugs] [Bug 44299] New: Unsupported value of LLVM_USE_SANITIZER: Address; Undefined
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Dec 13 14:14:12 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=44299
Bug ID: 44299
Summary: Unsupported value of LLVM_USE_SANITIZER:
Address;Undefined
Product: libc++
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: david at doublewise.net
CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
https://llvm.org/docs/CMake.html state "Possible values are Address, Memory,
MemoryWithOrigins, Undefined, Thread, and Address;Undefined."
libcxx refuses to allow "Address;Undefined" as an option.
CMake Warning at /home/david/llvm-concepts/libcxx/CMakeLists.txt:696 (message):
Unsupported value of LLVM_USE_SANITIZER: Address;Undefined
Call Stack (most recent call first):
/home/david/llvm-concepts/libcxx/CMakeLists.txt:710 (get_sanitizer_flags)
This combination should be allowed.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20191213/0b5f9fd5/attachment.html>
More information about the llvm-bugs
mailing list