From e9789ef994ba9761af87baf6e6b5953adba3968b Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Sat, 6 Nov 2004 23:32:43 +0000 Subject: Adding RUN lines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17536 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/ExecutionEngine/2003-01-04-LoopTest.ll | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/ExecutionEngine/2003-01-04-LoopTest.ll') diff --git a/test/ExecutionEngine/2003-01-04-LoopTest.ll b/test/ExecutionEngine/2003-01-04-LoopTest.ll index 4aedd2d..82bd5b8 100644 --- a/test/ExecutionEngine/2003-01-04-LoopTest.ll +++ b/test/ExecutionEngine/2003-01-04-LoopTest.ll @@ -1,3 +1,6 @@ +; RUN: llvm-as -f %s -o %t.bc +; RUN: lli %t.bc > /dev/null + implementation int %main() { -- cgit v1.1