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

Unified Diff: tools/pnacl-abicheck/Makefile

Issue 18884003: Add option to pnacl-abicheck to handle pnacl bitcode (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Created 7 years, 5 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/pnacl-abicheck/LLVMBuild.txt ('k') | tools/pnacl-abicheck/pnacl-abicheck.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/pnacl-abicheck/Makefile
diff --git a/tools/pnacl-abicheck/Makefile b/tools/pnacl-abicheck/Makefile
index 5f10e81ce90f27d8bcc5bcd28415d2ff44c858b1..97e2d223990a627d33ce4c4741c727feb5b250db 100644
--- a/tools/pnacl-abicheck/Makefile
+++ b/tools/pnacl-abicheck/Makefile
@@ -9,7 +9,7 @@
LEVEL := ../..
TOOLNAME := pnacl-abicheck
-LINK_COMPONENTS := bitreader asmparser naclanalysis
+LINK_COMPONENTS := bitreader asmparser naclbitreader irreader naclanalysis
include $(LEVEL)/Makefile.common
« no previous file with comments | « tools/pnacl-abicheck/LLVMBuild.txt ('k') | tools/pnacl-abicheck/pnacl-abicheck.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698