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

Unified Diff: lib/Bitcode/NaCl/Reader/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: lib/Bitcode/NaCl/Reader/LLVMBuild.txt
diff --git a/lib/Bitcode/NaCl/Writer/LLVMBuild.txt b/lib/Bitcode/NaCl/Reader/LLVMBuild.txt
similarity index 85%
copy from lib/Bitcode/NaCl/Writer/LLVMBuild.txt
copy to lib/Bitcode/NaCl/Reader/LLVMBuild.txt
index b41d469100d9399ebc5eb2d58737e14422f01195..acf354f5b5d8a885b3becddfb4b1e3c89e7231c2 100644
--- a/lib/Bitcode/NaCl/Writer/LLVMBuild.txt
+++ b/lib/Bitcode/NaCl/Reader/LLVMBuild.txt
@@ -1,4 +1,4 @@
-;===- ./lib/Bitcode/NaCl/Writer/LLVMBuild.txt -----------------*- Conf -*--===;
+;===- ./lib/Bitcode/NaClReader/LLVMBuild.txt -------------------*- Conf -*--===;
;
; The LLVM Compiler Infrastructure
;
@@ -17,6 +17,6 @@
[component_0]
type = Library
-name = NaClBitWriter
+name = NaClBitReader
parent = NaClBitcode
required_libraries = Core Support

Powered by Google App Engine
This is Rietveld 408576698