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

Unified Diff: test/Transforms/InstCombine/X86/dg.exp

Issue 7792066: [llvm] Conditionally include target intrinsics, based on --enable-target Base URL: https://llvm.org/svn/llvm-project/llvm/trunk/
Patch Set: cleanups Created 9 years, 4 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 | « test/Transforms/InstCombine/ARM/dg.exp ('k') | test/Transforms/InstCombine/X86/vec_demanded_elts.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/Transforms/InstCombine/X86/dg.exp
===================================================================
--- test/Transforms/InstCombine/X86/dg.exp (revision 0)
+++ test/Transforms/InstCombine/X86/dg.exp (revision 0)
@@ -0,0 +1,5 @@
+load_lib llvm.exp
+
+if { [llvm_supports_target X86] } {
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
+}
« no previous file with comments | « test/Transforms/InstCombine/ARM/dg.exp ('k') | test/Transforms/InstCombine/X86/vec_demanded_elts.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698