Chromium Code Reviews| Index: lib/Bitcode/NaCl/Makefile |
| diff --git a/lib/ExecutionEngine/MCJIT/Makefile b/lib/Bitcode/NaCl/Makefile |
| similarity index 78% |
| copy from lib/ExecutionEngine/MCJIT/Makefile |
| copy to lib/Bitcode/NaCl/Makefile |
| index 967efbc0efa4f15544dfa4a3f1dfb44d5485a7d1..142e476d652f02e3d1a747d44f14538f1775376a 100644 |
| --- a/lib/ExecutionEngine/MCJIT/Makefile |
| +++ b/lib/Bitcode/NaCl/Makefile |
| @@ -1,4 +1,4 @@ |
| -##===- lib/ExecutionEngine/MCJIT/Makefile ------------------*- Makefile -*-===## |
| +##===- lib/Bitcode/PNaCl/Makefile --------------------------*- Makefile -*-===## |
|
jvoung (off chromium)
2013/04/25 17:49:06
PNaCl -> NaCl
Karl
2013/04/25 20:48:17
Done.
|
| # |
| # The LLVM Compiler Infrastructure |
| # |
| @@ -8,6 +8,7 @@ |
| ##===----------------------------------------------------------------------===## |
| LEVEL = ../../.. |
| -LIBRARYNAME = LLVMMCJIT |
| +PARALLEL_DIRS = Writer |
| include $(LEVEL)/Makefile.common |
| + |