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

Unified Diff: lib/Target/PNaCl/TargetInfo/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/TargetInfo/LLVMBuild.txt ('k') | lib/Target/PNaCl/TargetInfo/PNaClTargetInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Target/PNaCl/TargetInfo/Makefile
diff --git a/lib/Target/ARM/MCTargetDesc/Makefile b/lib/Target/PNaCl/TargetInfo/Makefile
similarity index 79%
copy from lib/Target/ARM/MCTargetDesc/Makefile
copy to lib/Target/PNaCl/TargetInfo/Makefile
index 448ed9df2bff9e9633c7c6f1ab5e33fa9ac2e5c2..3129a35108e1420911037b9a7bb0e4cab872a409 100644
--- a/lib/Target/ARM/MCTargetDesc/Makefile
+++ b/lib/Target/PNaCl/TargetInfo/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 = LLVMPNaClInfo
+
+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/TargetInfo/LLVMBuild.txt ('k') | lib/Target/PNaCl/TargetInfo/PNaClTargetInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698