Issue 172330
Summary [compiler-rt] Per-component build targets not exposed with LLVM_ENABLE_RUNTIMESrm
Labels new issue
Assignees
Reporter BStott6
    When building the runtimes by passing `compiler-rt` to `LLVM_ENABLE_PROJECTS`, build targets are created for each sub-component, for example `tysan` or `check-asan`. However, this method of enabling the runtimes is deprecated, with the recommended way being to pass `LLVM_ENABLE_RUNTIMES=compiler-rt`. With this method, targets to build and test all of Compiler-RT are created, but the individual ones, which are really useful when working on a single sanitizer, are missing.

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to