This reverts commitd3fb41dddcand 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 commit67937a3f96. Revert "Fix build break for https://github.com/llvm/llvm-project/pull/89884 (#100050)" This reverts commitc33878c578. Revert "[CGData] Fix -Wpessimizing-move in CodeGenDataReader.cpp (NFC)" This reverts commit1f8b2b1461.
16 lines
242 B
CMake
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
|
|
)
|