diff options
author | Eric Christopher <echristo@apple.com> | 2011-09-20 23:58:15 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-09-20 23:58:15 +0000 |
commit | 155137bd102c2f769c05f17715265f82b611a65c (patch) | |
tree | 250f305fd1f448c9960e9965329f6da0d0abde25 /llvm/test/CodeGen/CBackend | |
parent | bb49e721b8c54a57219c55174f15e2b2cdd22de4 (diff) | |
download | bcm5719-llvm-155137bd102c2f769c05f17715265f82b611a65c.tar.gz bcm5719-llvm-155137bd102c2f769c05f17715265f82b611a65c.zip |
Remove llvm-gcc and various compiler handling from llvm. It's not needed
here anymore and has been migrated to the test-suite project.
llvm-svn: 140216
Diffstat (limited to 'llvm/test/CodeGen/CBackend')
-rw-r--r-- | llvm/test/CodeGen/CBackend/X86/dg.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/CBackend/X86/dg.exp b/llvm/test/CodeGen/CBackend/X86/dg.exp index 833bcc57025..6e4eb52781c 100644 --- a/llvm/test/CodeGen/CBackend/X86/dg.exp +++ b/llvm/test/CodeGen/CBackend/X86/dg.exp @@ -1,5 +1,5 @@ load_lib llvm.exp -if { [llvm_supports_target X86] && [llvm_gcc_supports c] } { +if { [llvm_supports_target X86] } { RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,s}]] } |