Chromium Code Reviews| Index: lib/Bitcode/NaCl/Writer/Makefile |
| diff --git a/lib/Analysis/IPA/Makefile b/lib/Bitcode/NaCl/Writer/Makefile |
| similarity index 73% |
| copy from lib/Analysis/IPA/Makefile |
| copy to lib/Bitcode/NaCl/Writer/Makefile |
| index b850c9ff7f4444825661b3e368707c3d51c40e8d..33b5723f0b0c77b0e8dedfe3e3fc6a5c19167f58 100644 |
| --- a/lib/Analysis/IPA/Makefile |
| +++ b/lib/Bitcode/NaCl/Writer/Makefile |
| @@ -1,4 +1,4 @@ |
| -##===- lib/Analysis/IPA/Makefile ---------------------------*- Makefile -*-===## |
| +##===- lib/Bitcode/PNaCl/writer/Makefile -------------------*- Makefile -*-===## |
|
jvoung (off chromium)
2013/04/25 17:49:06
PNaCl -> NaCl
writer -> Writer
Karl
2013/04/25 20:48:17
Done.
|
| # |
| # The LLVM Compiler Infrastructure |
| # |
| @@ -7,8 +7,8 @@ |
| # |
| ##===----------------------------------------------------------------------===## |
| -LEVEL = ../../.. |
| -LIBRARYNAME = LLVMipa |
| +LEVEL = ../../../.. |
| +LIBRARYNAME = LLVMPNaCLBitWriter |
|
jvoung (off chromium)
2013/04/25 17:42:45
uncapitalize the L to be consistent? PNaCl
Karl
2013/04/25 20:48:17
Changed to LLVMNaClBitWriter to be consistent in n
|
| BUILD_ARCHIVE = 1 |
| include $(LEVEL)/Makefile.common |