You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
4
external/llvm/unittests/tools/CMakeLists.txt
vendored
Normal file
4
external/llvm/unittests/tools/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
if(LLVM_TARGETS_TO_BUILD MATCHES "X86")
|
||||
add_subdirectory(llvm-cfi-verify)
|
||||
endif()
|
||||
|
17
external/llvm/unittests/tools/llvm-cfi-verify/CMakeLists.txt
vendored
Normal file
17
external/llvm/unittests/tools/llvm-cfi-verify/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
AllTargetsAsmPrinters
|
||||
AllTargetsAsmParsers
|
||||
AllTargetsDescs
|
||||
AllTargetsDisassemblers
|
||||
AllTargetsInfos
|
||||
MC
|
||||
MCParser
|
||||
Object
|
||||
Support
|
||||
Symbolize
|
||||
)
|
||||
|
||||
add_llvm_unittest(CFIVerifyTests
|
||||
FileAnalysis.cpp
|
||||
GraphBuilder.cpp)
|
||||
target_link_libraries(CFIVerifyTests PRIVATE LLVMCFIVerify)
|
824
external/llvm/unittests/tools/llvm-cfi-verify/FileAnalysis.cpp
vendored
Normal file
824
external/llvm/unittests/tools/llvm-cfi-verify/FileAnalysis.cpp
vendored
Normal file
File diff suppressed because it is too large
Load Diff
586
external/llvm/unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
vendored
Normal file
586
external/llvm/unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user