summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cfi-verify/CMakeLists.txt
diff options
context:
space:
mode:
authorVlad Tsyrklevich <vlad@tsyrklevich.net>2017-09-20 19:14:16 +0000
committerVlad Tsyrklevich <vlad@tsyrklevich.net>2017-09-20 19:14:16 +0000
commit501cad8bbcf386f13e68bc39e17c5fa43dfa5ecb (patch)
treeda69807e61fce8c6d31a044b3bdb2211fa5d3b0d /llvm/tools/llvm-cfi-verify/CMakeLists.txt
parent644883ff0726d48c84effe96f86b1f1fcc0340d9 (diff)
downloadbcm5719-llvm-501cad8bbcf386f13e68bc39e17c5fa43dfa5ecb.tar.gz
bcm5719-llvm-501cad8bbcf386f13e68bc39e17c5fa43dfa5ecb.zip
Introduce the llvm-cfi-verify tool (resubmission of D37937).
Summary: Resubmission of D37937. Fixed i386 target building (conversion from std::size_t& to uint64_t& failed). Fixed documentation warning failure about docs/CFIVerify.rst not being in the tree. Reviewers: vlad.tsyrklevich Reviewed By: vlad.tsyrklevich Patch by Mitch Phillips Subscribers: mgorny, pcc, llvm-commits, kcc Differential Revision: https://reviews.llvm.org/D38089 llvm-svn: 313798
Diffstat (limited to 'llvm/tools/llvm-cfi-verify/CMakeLists.txt')
-rw-r--r--llvm/tools/llvm-cfi-verify/CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/llvm/tools/llvm-cfi-verify/CMakeLists.txt b/llvm/tools/llvm-cfi-verify/CMakeLists.txt
new file mode 100644
index 00000000000..578ce70ef92
--- /dev/null
+++ b/llvm/tools/llvm-cfi-verify/CMakeLists.txt
@@ -0,0 +1,14 @@
+set(LLVM_LINK_COMPONENTS
+ AllTargetsAsmPrinters
+ AllTargetsAsmParsers
+ AllTargetsDescs
+ AllTargetsDisassemblers
+ AllTargetsInfos
+ MC
+ MCParser
+ Support
+ )
+
+add_llvm_tool(llvm-cfi-verify
+ llvm-cfi-verify.cpp
+ )
OpenPOWER on IntegriCloud