mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
3bd26be636
Hopefully this is the non-problematic part from https://reviews.llvm.org/rL342148, which later got reverted in r342336 (b09a8c9bd9b819741b38071a7ccd95042ef2643a) due to problems with the llvm-exegesis part of the change. That part would also still be desirable, but currently appears not to be possible (https://reviews.llvm.org/D81922). I think this should replace https://reviews.llvm.org/D44650, per Keno's comment there. Reviewed By: hctim Differential Revision: https://reviews.llvm.org/D90969
17 lines
224 B
CMake
17 lines
224 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
DebugInfoDWARF
|
|
MC
|
|
MCParser
|
|
Object
|
|
Support
|
|
Symbolize
|
|
)
|
|
|
|
add_llvm_library(LLVMCFIVerify
|
|
STATIC
|
|
FileAnalysis.cpp
|
|
FileAnalysis.h
|
|
GraphBuilder.cpp
|
|
GraphBuilder.h
|
|
)
|