forked from llvm-mirror/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert r342148 (and follow-on fix attempts r342154, r342180, r342182,…
… r342193) Many bots buildling with make have been broken for several days, e.g. http://lab.llvm.org:8011/builders/lld-x86_64-darwin13 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@342336 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information
Showing
8 changed files
with
43 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
add_llvm_library(LLVMCFIVerify | ||
add_library(LLVMCFIVerify | ||
STATIC | ||
FileAnalysis.cpp | ||
FileAnalysis.h | ||
GraphBuilder.cpp | ||
GraphBuilder.h | ||
) | ||
|
||
STATIC | ||
|
||
LINK_COMPONENTS | ||
llvm_update_compile_flags(LLVMCFIVerify) | ||
llvm_map_components_to_libnames(libs | ||
DebugInfoDWARF | ||
MC | ||
MCParser | ||
Object | ||
Support | ||
Symbolize | ||
) | ||
target_link_libraries(LLVMCFIVerify ${libs}) | ||
set_target_properties(LLVMCFIVerify PROPERTIES FOLDER "Libraries") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ set(LLVM_LINK_COMPONENTS | |
Support | ||
Symbolize | ||
ARM | ||
Core | ||
) | ||
|
||
add_llvm_unittest(LLVMExegesisARMTests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ include_directories( | |
) | ||
|
||
set(LLVM_LINK_COMPONENTS | ||
Core | ||
MC | ||
MCParser | ||
Object | ||
|