diff options
author | Galina Kistanova <gkistanova@gmail.com> | 2011-06-18 00:59:37 +0000 |
---|---|---|
committer | Galina Kistanova <gkistanova@gmail.com> | 2011-06-18 00:59:37 +0000 |
commit | a566ec94e64855c2e651d161caaa27f9013b48fc (patch) | |
tree | 4180d2368824fb7ab278992eaf48c735203272fa /test | |
parent | 3b6434e360315849a65b1ac85e16d160131a77a4 (diff) | |
download | external_llvm-a566ec94e64855c2e651d161caaa27f9013b48fc.zip external_llvm-a566ec94e64855c2e651d161caaa27f9013b48fc.tar.gz external_llvm-a566ec94e64855c2e651d161caaa27f9013b48fc.tar.bz2 |
Moved to the right place.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133324 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/CBackend/X86/2008-06-04-IndirectMem.ll (renamed from test/CodeGen/X86/2008-06-04-IndirectMem.ll) | 0 | ||||
-rw-r--r-- | test/CodeGen/CBackend/X86/dg.exp | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2008-06-04-IndirectMem.ll b/test/CodeGen/CBackend/X86/2008-06-04-IndirectMem.ll index 054a3ca..054a3ca 100644 --- a/test/CodeGen/X86/2008-06-04-IndirectMem.ll +++ b/test/CodeGen/CBackend/X86/2008-06-04-IndirectMem.ll diff --git a/test/CodeGen/CBackend/X86/dg.exp b/test/CodeGen/CBackend/X86/dg.exp new file mode 100644 index 0000000..833bcc5 --- /dev/null +++ b/test/CodeGen/CBackend/X86/dg.exp @@ -0,0 +1,5 @@ +load_lib llvm.exp + +if { [llvm_supports_target X86] && [llvm_gcc_supports c] } { + RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,s}]] +} |