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

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

Issue 14126011: Copy Bitwriter to generate PNaClBitwriter. (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Add fixes suggested by Jan. 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-freeze/LLVMBuild.txt
diff --git a/tools/llvm-ar/LLVMBuild.txt b/tools/pnacl-freeze/LLVMBuild.txt
similarity index 59%
copy from tools/llvm-ar/LLVMBuild.txt
copy to tools/pnacl-freeze/LLVMBuild.txt
index 1f61a32014887535a130b9be5f6dcf0ad6f04f42..8e3499b99189c53ce5f93ff4eedb7b0a557723e3 100644
--- a/tools/llvm-ar/LLVMBuild.txt
+++ b/tools/pnacl-freeze/LLVMBuild.txt
@@ -1,10 +1,4 @@
-;===- ./tools/llvm-ar/LLVMBuild.txt ----------------------------*- Conf -*--===;
-;
-; The LLVM Compiler Infrastructure
-;
-; This file is distributed under the University of Illinois Open Source
-; License. See LICENSE.TXT for details.
-;
+;===- ./tools/pnacl-freeze/LLVMBuild.txt -----------------------*- Conf -*--===;
;===------------------------------------------------------------------------===;
;
; This is an LLVMBuild description file for the components in this subdirectory.
@@ -17,6 +11,6 @@
[component_0]
type = Tool
-name = llvm-ar
+name = pnacl-freeze
parent = Tools
-required_libraries = Archive
+required_libraries = NaClBitWriter BitReader

Powered by Google App Engine
This is Rietveld 408576698