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

Unified Diff: lib/Target/PNaCl/Makefile

Issue 1395453003: Create a proper target machine for PNaCl. Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Fix a test Created 5 years, 2 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/Target/PNaCl/MCTargetDesc/PNaClTargetDesc.cpp ('k') | lib/Target/PNaCl/PNaClTargetMachine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Target/PNaCl/Makefile
diff --git a/lib/Bitcode/Reader/Makefile b/lib/Target/PNaCl/Makefile
similarity index 69%
copy from lib/Bitcode/Reader/Makefile
copy to lib/Target/PNaCl/Makefile
index 59af8d53a73ea7b23431106caf80129c6439fa41..dd6ee5eaa47328a80e394a0846681c8245f97afb 100644
--- a/lib/Bitcode/Reader/Makefile
+++ b/lib/Target/PNaCl/Makefile
@@ -1,4 +1,4 @@
-##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===##
+##===- lib/Target/PNaCl/Makefile ---------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -8,8 +8,9 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = LLVMBitReader
-BUILD_ARCHIVE = 1
+LIBRARYNAME = LLVMPNaClCodeGen
+TARGET = PNaCl
-include $(LEVEL)/Makefile.common
+DIRS = TargetInfo MCTargetDesc
+include $(LEVEL)/Makefile.common
« no previous file with comments | « lib/Target/PNaCl/MCTargetDesc/PNaClTargetDesc.cpp ('k') | lib/Target/PNaCl/PNaClTargetMachine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698