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

Unified Diff: lib/Bitcode/PNaCl/Writer/Makefile

Issue 14126011: Copy Bitwriter to generate PNaClBitwriter. (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: 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/PNaCl/Writer/Makefile
diff --git a/lib/Analysis/IPA/Makefile b/lib/Bitcode/PNaCl/Writer/Makefile
similarity index 73%
copy from lib/Analysis/IPA/Makefile
copy to lib/Bitcode/PNaCl/Writer/Makefile
index b850c9ff7f4444825661b3e368707c3d51c40e8d..33b5723f0b0c77b0e8dedfe3e3fc6a5c19167f58 100644
--- a/lib/Analysis/IPA/Makefile
+++ b/lib/Bitcode/PNaCl/Writer/Makefile
@@ -1,4 +1,4 @@
-##===- lib/Analysis/IPA/Makefile ---------------------------*- Makefile -*-===##
+##===- lib/Bitcode/PNaCl/writer/Makefile -------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -7,8 +7,8 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../../..
-LIBRARYNAME = LLVMipa
+LEVEL = ../../../..
+LIBRARYNAME = LLVMPNaCLBitWriter
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common

Powered by Google App Engine
This is Rietveld 408576698