Files
clang-p2996/llvm/lib/CodeGenData/CMakeLists.txt
Gulfem Savrun Yeniceri 73d78973fe Revert "[CGData] llvm-cgdata (#89884)"
This reverts commit d3fb41dddc
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 67937a3f96.

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

This reverts commit c33878c578.

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

This reverts commit 1f8b2b1461.
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
)