Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ##===- lib/Analysis/IPA/Makefile ---------------------------*- Makefile -*-===## | 1 ##===- 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.
| |
| 2 # | 2 # |
| 3 # The LLVM Compiler Infrastructure | 3 # The LLVM Compiler Infrastructure |
| 4 # | 4 # |
| 5 # This file is distributed under the University of Illinois Open Source | 5 # This file is distributed under the University of Illinois Open Source |
| 6 # License. See LICENSE.TXT for details. | 6 # License. See LICENSE.TXT for details. |
| 7 # | 7 # |
| 8 ##===----------------------------------------------------------------------===## | 8 ##===----------------------------------------------------------------------===## |
| 9 | 9 |
| 10 LEVEL = ../../.. | 10 LEVEL = ../../../.. |
| 11 LIBRARYNAME = LLVMipa | 11 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
| |
| 12 BUILD_ARCHIVE = 1 | 12 BUILD_ARCHIVE = 1 |
| 13 | 13 |
| 14 include $(LEVEL)/Makefile.common | 14 include $(LEVEL)/Makefile.common |
| 15 | 15 |
| OLD | NEW |