diff options
Diffstat (limited to 'llvm/test/Feature/basictest.ll')
-rw-r--r-- | llvm/test/Feature/basictest.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Feature/basictest.ll b/llvm/test/Feature/basictest.ll index 4fcc190cbb1..cabf6036dc3 100644 --- a/llvm/test/Feature/basictest.ll +++ b/llvm/test/Feature/basictest.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 ; Test "stripped" format where nothing is symbolic... this is how the bytecode |