mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 04:09:45 +00:00
f3491b21c5
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296810 91177308-0d34-0410-b5e6-96231b3b80d8
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"
|
|
)
|