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

Unified Diff: lib/Bitcode/NaCl/Makefile

Issue 14126011: Copy Bitwriter to generate PNaClBitwriter. (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Add fixes suggested by Jan. 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/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..a1e85e919b4de2398284f6a3293746588902a756 100644
--- a/lib/ExecutionEngine/MCJIT/Makefile
+++ b/lib/Bitcode/NaCl/Makefile
@@ -1,4 +1,4 @@
-##===- lib/ExecutionEngine/MCJIT/Makefile ------------------*- Makefile -*-===##
+##===- lib/Bitcode/NaCl/Makefile ---------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -8,6 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = LLVMMCJIT
+PARALLEL_DIRS = Writer
include $(LEVEL)/Makefile.common
+

Powered by Google App Engine
This is Rietveld 408576698