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 |