Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: tools/CMakeLists.txt

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/tools/gold/no-map-whole-file.ll ('k') | tools/LLVMBuild.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/CMakeLists.txt
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 5905baf98138775bc4da713320587a7139f739b1..8f30e37aececfede9c7a4b8522a51c07b4050bb2 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -20,6 +20,8 @@ add_llvm_tool_subdirectory(llvm-dis)
add_llvm_tool_subdirectory(llvm-mc)
add_llvm_tool_subdirectory(llc)
+add_llvm_tool_subdirectory(pnacl-llc)
+add_llvm_tool_subdirectory(pnacl-benchmark)
add_llvm_tool_subdirectory(llvm-ar)
add_llvm_tool_subdirectory(llvm-nm)
add_llvm_tool_subdirectory(llvm-size)
@@ -52,6 +54,12 @@ add_llvm_tool_subdirectory(llvm-mcmarkup)
add_llvm_tool_subdirectory(verify-uselistorder)
add_llvm_tool_subdirectory(llvm-symbolizer)
+add_llvm_tool_subdirectory(pnacl-abicheck)
+add_llvm_tool_subdirectory(pnacl-bcanalyzer)
+add_llvm_tool_subdirectory(pnacl-bccompress)
+add_llvm_tool_subdirectory(pnacl-bcdis)
+add_llvm_tool_subdirectory(pnacl-freeze)
+add_llvm_tool_subdirectory(pnacl-thaw)
add_llvm_tool_subdirectory(llvm-c-test)
« no previous file with comments | « test/tools/gold/no-map-whole-file.ll ('k') | tools/LLVMBuild.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698