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

Unified Diff: lib/Bitcode/NaCl/LLVMBuild.txt

Issue 14126011: Copy Bitwriter to generate PNaClBitwriter. (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Change file names to use NaCl instead of PNaCl 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: lib/Bitcode/NaCl/LLVMBuild.txt
diff --git a/lib/Bitcode/LLVMBuild.txt b/lib/Bitcode/NaCl/LLVMBuild.txt
similarity index 79%
copy from lib/Bitcode/LLVMBuild.txt
copy to lib/Bitcode/NaCl/LLVMBuild.txt
index af9936bbe82967efad3dc7635d4a0f1cebdf5c8a..318273946c80d46374923f1b675f7ba1abc98d2d 100644
--- a/lib/Bitcode/LLVMBuild.txt
+++ b/lib/Bitcode/NaCl/LLVMBuild.txt
@@ -1,4 +1,4 @@
-;===- ./lib/Bitcode/LLVMBuild.txt ------------------------------*- Conf -*--===;
+;===- ./lib/Bitcode/PNaCl/LLVMBuild.txt -----------------------*- Conf -*--===;
jvoung (off chromium) 2013/04/25 17:49:06 PNaCl -> NaCl
Karl 2013/04/25 20:48:17 Done.
;
; The LLVM Compiler Infrastructure
;
@@ -16,9 +16,9 @@
;===------------------------------------------------------------------------===;
[common]
-subdirectories = Reader Writer
+subdirectories = Writer
[component_0]
type = Group
-name = Bitcode
-parent = Libraries
+name = PNaClBitcode
Karl 2013/04/25 20:48:17 Also renamed PNaClBitcode to NaClBitcode.
+parent = Bitcode

Powered by Google App Engine
This is Rietveld 408576698