diff options
author | Eric Christopher <echristo@gmail.com> | 2015-02-27 19:03:38 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-02-27 19:03:38 +0000 |
commit | 3b94e33277beebd8ec3e654702d4fa912803115d (patch) | |
tree | 6bfe4d07089970afe15aff82a3f96fcf98bc5228 /llvm/lib/CodeGen/CMakeLists.txt | |
parent | ac631cb03dd6731345ffb7c3ad9b4808585f9a30 (diff) | |
download | bcm5719-llvm-3b94e33277beebd8ec3e654702d4fa912803115d.tar.gz bcm5719-llvm-3b94e33277beebd8ec3e654702d4fa912803115d.zip |
Remove the Forward Control Flow Integrity pass and its dependencies.
This work is currently being rethought along different lines and
if this work is needed it can be resurrected out of svn. Remove it
for now as no current work in ongoing on it and it's unused. Verified
with the authors before removal.
llvm-svn: 230780
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index f21d4d252a5..ef5763855a8 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -19,7 +19,6 @@ add_llvm_library(LLVMCodeGen ExecutionDepsFix.cpp ExpandISelPseudos.cpp ExpandPostRAPseudos.cpp - ForwardControlFlowIntegrity.cpp GCMetadata.cpp GCMetadataPrinter.cpp GCRootLowering.cpp @@ -29,7 +28,6 @@ add_llvm_library(LLVMCodeGen InlineSpiller.cpp InterferenceCache.cpp IntrinsicLowering.cpp - JumpInstrTables.cpp LLVMTargetMachine.cpp LatencyPriorityQueue.cpp LexicalScopes.cpp |