llvm-project/llvm/lib/CodeGenData/CMakeLists.txt
Gulfem Savrun Yeniceri 73d78973fe Revert "[CGData] llvm-cgdata (#89884)"
This reverts commit d3fb41dddc11b0ebc338a3b9e6a5ab7288ff7d1d
and forward fix patches because of the issue explained in:
https://github.com/llvm/llvm-project/pull/89884#issuecomment-2244348117.

Revert "Fix tests for https://github.com/llvm/llvm-project/pull/89884
(#100061)"

This reverts commit 67937a3f969aaf97a745a45281a0d22273bff713.

Revert "Fix build break for https://github.com/llvm/llvm-project/pull/89884 (#100050)"

This reverts commit c33878c5787c128234d533ad19d672dc3eea19a8.

Revert "[CGData] Fix -Wpessimizing-move in CodeGenDataReader.cpp (NFC)"

This reverts commit 1f8b2b146141f3563085a1acb77deb50857a636d.
2024-07-23 11:40:20 +00:00

16 lines
242 B
CMake

add_llvm_component_library(LLVMCodeGenData
OutlinedHashTree.cpp
OutlinedHashTreeRecord.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/CodeGenData
DEPENDS
intrinsics_gen
LINK_COMPONENTS
Core
Support
Object
)