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

Unified Diff: lib/Target/PNaCl/MCTargetDesc/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/LLVMBuild.txt ('k') | lib/Target/PNaCl/MCTargetDesc/PNaClTargetDesc.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Target/PNaCl/MCTargetDesc/Makefile
diff --git a/lib/Target/ARM/MCTargetDesc/Makefile b/lib/Target/PNaCl/MCTargetDesc/Makefile
similarity index 79%
copy from lib/Target/ARM/MCTargetDesc/Makefile
copy to lib/Target/PNaCl/MCTargetDesc/Makefile
index 448ed9df2bff9e9633c7c6f1ab5e33fa9ac2e5c2..2954ebef7fd08cb6995f306be9cefc9193d272da 100644
--- a/lib/Target/ARM/MCTargetDesc/Makefile
+++ b/lib/Target/PNaCl/MCTargetDesc/Makefile
@@ -1,4 +1,4 @@
-##===- lib/Target/ARM/TargetDesc/Makefile ------------------*- Makefile -*-===##
+##===- lib/Target/PNaCl/TargetDesc/Makefile ------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -8,9 +8,9 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../../..
-LIBRARYNAME = LLVMARMDesc
+LIBRARYNAME = LLVMPNaClDesc
+
+include $(LEVEL)/Makefile.common
# Hack: we need to include 'main' target directory to grab private headers
CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
-
-include $(LEVEL)/Makefile.common
« no previous file with comments | « lib/Target/PNaCl/MCTargetDesc/LLVMBuild.txt ('k') | lib/Target/PNaCl/MCTargetDesc/PNaClTargetDesc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698