Skip to content

[compiler-rt] Per-component build targets not exposed with LLVM_ENABLE_RUNTIMES #172330

@BStott6

Description

@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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cmakeBuild system in general and CMake in particularcompiler-rt

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions