mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
2c68c634a9
After several smaller patches to get most of the core improvements finished up, this patch is a straight move and header fixup of the source. Differential Revision: https://reviews.llvm.org/D30266 llvm-svn: 296810
9 lines
183 B
CMake
9 lines
183 B
CMake
add_llvm_library(LLVMDebugInfoMSF
|
|
MappedBlockStream.cpp
|
|
MSFBuilder.cpp
|
|
MSFCommon.cpp
|
|
MSFError.cpp
|
|
ADDITIONAL_HEADER_DIRS
|
|
"${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/MSF"
|
|
)
|