-
Notifications
You must be signed in to change notification settings - Fork 8
Deps: sanitizers #17
Copy link
Copy link
Open
Labels
S-needs-designStatus: needs design workStatus: needs design workimplementationImplementation exploration and tracking issuesImplementation exploration and tracking issues
Metadata
Metadata
Assignees
Labels
S-needs-designStatus: needs design workStatus: needs design workimplementationImplementation exploration and tracking issuesImplementation exploration and tracking issues
Type
Fields
Give feedbackNo fields configured for issues without a type.
This issue is for working through the implementation issues for compiling the LLVM sanitizers.
Currently the standard library is built with several LLVM sanitizers on some platforms (asan tsan msan lsan). This requires access to the LLVM source, whose location is passed in with the
LLVM_CONFIGenvironment variable.For now, the plan is to not support the sanitizers when building the standard library from Cargo.