diff options
author | Nikita Popov <npopov@redhat.com> | 2024-12-16 16:27:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-16 16:27:25 +0100 |
commit | 35d4f20098538a0d2ac6b870eeae2b0ead7d2982 (patch) | |
tree | 0694baa357791fda2d24ecaf79c8993e21ca9930 /clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp | |
parent | 76f258920d3baf32be297f60bee5b8520f195c25 (diff) | |
download | llvm-35d4f20098538a0d2ac6b870eeae2b0ead7d2982.zip llvm-35d4f20098538a0d2ac6b870eeae2b0ead7d2982.tar.gz llvm-35d4f20098538a0d2ac6b870eeae2b0ead7d2982.tar.bz2 |
[CMake] Use correct exports file for MLIR tools (#120079)
llvm_add_tool() currently does not respect the passed project and puts
all tools into LLVMExports.cmake. This means that we end up with
binaries like mlir-opt in LLVMExports.cmake instead of
MLIRTargets.cmake, where they should be.
Adjust llvm_add_tool() to take the project into account.
Diffstat (limited to 'clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp')
0 files changed, 0 insertions, 0 deletions