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

Unified Diff: lib/Bitcode/NaCl/Writer/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/Writer/LLVMBuild.txt
diff --git a/lib/Bitcode/Writer/LLVMBuild.txt b/lib/Bitcode/NaCl/Writer/LLVMBuild.txt
similarity index 82%
copy from lib/Bitcode/Writer/LLVMBuild.txt
copy to lib/Bitcode/NaCl/Writer/LLVMBuild.txt
index 7d9e1de771b9b7c8dde0c6ac9c07cc93f8dd577a..6bd186a5c5285dd28cb3ec321be85003c7aee29e 100644
--- a/lib/Bitcode/Writer/LLVMBuild.txt
+++ b/lib/Bitcode/NaCl/Writer/LLVMBuild.txt
@@ -1,4 +1,4 @@
-;===- ./lib/Bitcode/Writer/LLVMBuild.txt -----------------------*- Conf -*--===;
+;===- ./lib/Bitcode/PNaCl/Writer/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
;
@@ -17,6 +17,6 @@
[component_0]
type = Library
-name = BitWriter
-parent = Bitcode
+name = PNaClBitWriter
Karl 2013/04/25 20:48:17 PNaCl -> NaCl
+parent = PNaClBitcode
Karl 2013/04/25 20:48:17 PNaCl -> NaCl
required_libraries = Core Support

Powered by Google App Engine
This is Rietveld 408576698