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

Unified Diff: lib/Bitcode/NaCl/Analysis/Makefile

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 10 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
« no previous file with comments | « lib/Bitcode/NaCl/Analysis/LLVMBuild.txt ('k') | lib/Bitcode/NaCl/Analysis/NaClAnalyzerBlockDist.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Bitcode/NaCl/Analysis/Makefile
diff --git a/lib/AsmParser/Makefile b/lib/Bitcode/NaCl/Analysis/Makefile
similarity index 73%
copy from lib/AsmParser/Makefile
copy to lib/Bitcode/NaCl/Analysis/Makefile
index 995bb0e130e2bee6fbe94b259eba3b3890d9250f..f06aa78731ef2e1712ed71bb93de712e1301b529 100644
--- a/lib/AsmParser/Makefile
+++ b/lib/Bitcode/NaCl/Analysis/Makefile
@@ -1,4 +1,4 @@
-##===- lib/AsmParser/Makefile ------------------------------*- Makefile -*-===##
+##===- lib/Bitcode/NaCl/Analysis/Makefile ------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -7,8 +7,8 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../..
-LIBRARYNAME := LLVMAsmParser
+LEVEL = ../../../..
+LIBRARYNAME = LLVMNaClBitAnalysis
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
« no previous file with comments | « lib/Bitcode/NaCl/Analysis/LLVMBuild.txt ('k') | lib/Bitcode/NaCl/Analysis/NaClAnalyzerBlockDist.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698