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

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

Powered by Google App Engine
This is Rietveld 408576698