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

Unified Diff: lib/Analysis/NaCl/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/Analysis/NaCl/LLVMBuild.txt ('k') | lib/Analysis/NaCl/PNaClABIProps.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Analysis/NaCl/Makefile
diff --git a/lib/Transforms/Vectorize/Makefile b/lib/Analysis/NaCl/Makefile
similarity index 70%
copy from lib/Transforms/Vectorize/Makefile
copy to lib/Analysis/NaCl/Makefile
index 86c36585f23f5da3540faa940518d015900c4dc5..7d03b1e92eb13e44258cbe5d1746136c050310e3 100644
--- a/lib/Transforms/Vectorize/Makefile
+++ b/lib/Analysis/NaCl/Makefile
@@ -1,4 +1,4 @@
-##===- lib/Transforms/Vectorize/Makefile -----------------*- Makefile -*-===##
+##===- lib/Analysis/NaCl/Makefile-------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -8,8 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = LLVMVectorize
+LIBRARYNAME = LLVMNaClAnalysis
BUILD_ARCHIVE = 1
-include $(LEVEL)/Makefile.common
-
+include $(LEVEL)/Makefile.common
« no previous file with comments | « lib/Analysis/NaCl/LLVMBuild.txt ('k') | lib/Analysis/NaCl/PNaClABIProps.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698