https://bugs.llvm.org/show_bug.cgi?id=34000
Bug ID: 34000
Summary: [feature-request] multi-lib build of libc++
Product: libc++
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: unassignedclangb...@nondot.org
Reporter: gonzalob...@gmail.com
CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com
When building llvm + clang + ... + libc++ +/- libc++abi "in tree" it would be
great to be able to automatically generate multiple builds of libc++:
- debug / release
- asan+ubsan / msan
- ...
and have clang use the appropriate build by default so that, e.g., compiling
with clang -fsanitize=memory automatically picks the libc++ sanitized with
msan, or when compiling with -fsanitize=address automatically picks the libc++
sanitized with asan.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs