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

Unified Diff: lib/Bitcode/NaCl/Writer/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/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..60da2d1b71620e9ab5c13e3c0cef88397bc5bb5c 100644
--- a/lib/Analysis/IPA/Makefile
+++ b/lib/Bitcode/NaCl/Writer/Makefile
@@ -1,4 +1,4 @@
-##===- lib/Analysis/IPA/Makefile ---------------------------*- Makefile -*-===##
+##===- lib/Bitcode/NaCl/Writer/Makefile --------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -7,8 +7,8 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../../..
-LIBRARYNAME = LLVMipa
+LEVEL = ../../../..
+LIBRARYNAME = LLVMNaClBitWriter
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common

Powered by Google App Engine
This is Rietveld 408576698