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

Unified Diff: lib/Target/PNaCl/TargetInfo/LLVMBuild.txt

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/CMakeLists.txt ('k') | lib/Target/PNaCl/TargetInfo/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Target/PNaCl/TargetInfo/LLVMBuild.txt
diff --git a/lib/Target/AArch64/TargetInfo/LLVMBuild.txt b/lib/Target/PNaCl/TargetInfo/LLVMBuild.txt
similarity index 82%
copy from lib/Target/AArch64/TargetInfo/LLVMBuild.txt
copy to lib/Target/PNaCl/TargetInfo/LLVMBuild.txt
index 93c5407bb1f1fc4aa8c0d5ff7adacf308fc869f3..3107f9e7acab82981fe6b7027bc7e394775d10fc 100644
--- a/lib/Target/AArch64/TargetInfo/LLVMBuild.txt
+++ b/lib/Target/PNaCl/TargetInfo/LLVMBuild.txt
@@ -1,4 +1,4 @@
-;===- ./lib/Target/AArch64/TargetInfo/LLVMBuild.txt --------------*- Conf -*--===;
+;===- ./lib/Target/PNaCl/MCTargetDesc/LLVMBuild.txt --------------*- Conf -*--===;
;
; The LLVM Compiler Infrastructure
;
@@ -17,7 +17,7 @@
[component_0]
type = Library
-name = AArch64Info
-parent = AArch64
+name = PNaClInfo
+parent = PNaCl
required_libraries = Support
-add_to_library_groups = AArch64
+add_to_library_groups = PNaCl
« no previous file with comments | « lib/Target/PNaCl/TargetInfo/CMakeLists.txt ('k') | lib/Target/PNaCl/TargetInfo/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698