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

Unified Diff: tools/pnacl-thaw/LLVMBuild.txt

Issue 14314016: Copy LLVM bitcode reader to generate a PNaCl wire format reader. (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Created 7 years, 8 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
Index: tools/pnacl-thaw/LLVMBuild.txt
diff --git a/tools/pnacl-freeze/LLVMBuild.txt b/tools/pnacl-thaw/LLVMBuild.txt
similarity index 72%
copy from tools/pnacl-freeze/LLVMBuild.txt
copy to tools/pnacl-thaw/LLVMBuild.txt
index 8e3499b99189c53ce5f93ff4eedb7b0a557723e3..864da2cbd5444d57b526878c0e8cf0d29de00f22 100644
--- a/tools/pnacl-freeze/LLVMBuild.txt
+++ b/tools/pnacl-thaw/LLVMBuild.txt
@@ -1,4 +1,4 @@
-;===- ./tools/pnacl-freeze/LLVMBuild.txt -----------------------*- Conf -*--===;
+;===- ./tools/pnacl-thaw/LLVMBuild.txt -----------------------*- Conf -*--===;
;===------------------------------------------------------------------------===;
;
; This is an LLVMBuild description file for the components in this subdirectory.
@@ -11,6 +11,6 @@
[component_0]
type = Tool
-name = pnacl-freeze
+name = pnacl-thaw
parent = Tools
-required_libraries = NaClBitWriter BitReader
+required_libraries = BitWriter NaClBitReader

Powered by Google App Engine
This is Rietveld 408576698