[PATCH] D16386: [GlobalISel] make library an optional component
Andrew Wilkins via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 20 17:35:42 PST 2016
axw updated this revision to Diff 45475.
axw added a comment.
Remove unrelated changes
http://reviews.llvm.org/D16386
Files:
lib/CodeGen/GlobalISel/LLVMBuild.txt
Index: lib/CodeGen/GlobalISel/LLVMBuild.txt
===================================================================
--- lib/CodeGen/GlobalISel/LLVMBuild.txt
+++ lib/CodeGen/GlobalISel/LLVMBuild.txt
@@ -16,7 +16,7 @@
;===------------------------------------------------------------------------===;
[component_0]
-type = Library
+type = OptionalLibrary
name = GlobalISel
parent = CodeGen
required_libraries = Analysis CodeGen Core MC Support Target TransformUtils
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16386.45475.patch
Type: text/x-patch
Size: 465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160121/af0d9bf8/attachment.bin>
More information about the llvm-commits
mailing list