mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
8bf2f5ca50
Builds were failing with errors like: ``` fatal error: 'llvm/IR/Attributes.inc' file not found ^~~~~~~~~~~~~~~~~~~~~~~~ ``` rdar://75179147
24 lines
430 B
CMake
24 lines
430 B
CMake
add_llvm_component_library(LLVMRemarks
|
|
BitstreamRemarkParser.cpp
|
|
BitstreamRemarkSerializer.cpp
|
|
Remark.cpp
|
|
RemarkFormat.cpp
|
|
RemarkLinker.cpp
|
|
RemarkParser.cpp
|
|
RemarkSerializer.cpp
|
|
RemarkStreamer.cpp
|
|
RemarkStringTable.cpp
|
|
YAMLRemarkParser.cpp
|
|
YAMLRemarkSerializer.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Remarks
|
|
|
|
LINK_COMPONENTS
|
|
BitstreamReader
|
|
Support
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|