diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-11-07 06:08:43 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-11-07 06:08:43 +0000 |
commit | 3f7706b5d23aca56a6d3a62ebb9466e1e89335f7 (patch) | |
tree | fc13dd47bad7647cff87360348d94a4cdf954835 /test/Feature/smallest.ll | |
parent | 4b5fdc71c91119793fed5cb69a520823d9d80f6a (diff) |
Added RUN lines and dejagnu support for Feature dir.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17568 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature/smallest.ll')
-rw-r--r-- | test/Feature/smallest.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Feature/smallest.ll b/test/Feature/smallest.ll index 6c5db17425..a7ad71c384 100644 --- a/test/Feature/smallest.ll +++ b/test/Feature/smallest.ll @@ -1,3 +1,7 @@ +; RUN: llvm-as %s -o - | llvm-dis > %t1.ll +; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll +; RUN: diff %t1.ll %t2.ll + implementation |