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

Unified Diff: lib/Target/PNaCl/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/CMakeLists.txt ('k') | lib/Target/PNaCl/MCTargetDesc/CMakeLists.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Target/PNaCl/LLVMBuild.txt
diff --git a/lib/Target/CppBackend/LLVMBuild.txt b/lib/Target/PNaCl/LLVMBuild.txt
similarity index 71%
copy from lib/Target/CppBackend/LLVMBuild.txt
copy to lib/Target/PNaCl/LLVMBuild.txt
index 122b5e7502fc515ec5d28e39ed4ad2a1ad6ff27f..ab78f82ac7780de2b4f433b51253dac6086dea17 100644
--- a/lib/Target/CppBackend/LLVMBuild.txt
+++ b/lib/Target/PNaCl/LLVMBuild.txt
@@ -1,4 +1,4 @@
-;===- ./lib/Target/CppBackend/LLVMBuild.txt --------------------*- Conf -*--===;
+;===- ./lib/Target/PNaCl/LLVMBuild.txt -------------------------*- Conf -*--===;
;
; The LLVM Compiler Infrastructure
;
@@ -16,16 +16,19 @@
;===------------------------------------------------------------------------===;
[common]
-subdirectories = TargetInfo
[component_0]
type = TargetGroup
-name = CppBackend
+name = PNaCl
parent = Target
+has_asmparser = 0
+has_asmprinter = 0
+has_disassembler = 0
+has_jit = 0
[component_1]
type = Library
-name = CppBackendCodeGen
-parent = CppBackend
-required_libraries = Core CppBackendInfo Support Target
-add_to_library_groups = CppBackend
+name = PNaClCodeGen
+parent = PNaCl
+required_libraries = Analysis Support Target
+add_to_library_groups = PNaCl
« no previous file with comments | « lib/Target/PNaCl/CMakeLists.txt ('k') | lib/Target/PNaCl/MCTargetDesc/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698