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

Unified Diff: tools/opt/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 | « tools/lto/Makefile ('k') | tools/opt/LLVMBuild.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/opt/CMakeLists.txt
diff --git a/tools/opt/CMakeLists.txt b/tools/opt/CMakeLists.txt
index 1d3f08db7d2984ef1653631451a1a92a026503da..5ce1d952ae01090f7eb6544dec04b131d913ca9e 100644
--- a/tools/opt/CMakeLists.txt
+++ b/tools/opt/CMakeLists.txt
@@ -7,6 +7,13 @@ set(LLVM_LINK_COMPONENTS
IPA
IPO
IRReader
+ # @LOCALMOD-BEGIN
+ NaClAnalysis
+ NaClBitWriter
+ NaClBitReader
+ NaClTransforms
+ MinSFITransforms
+ # @LOCALMOD-END
InstCombine
Instrumentation
MC
« no previous file with comments | « tools/lto/Makefile ('k') | tools/opt/LLVMBuild.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698