From 53910d9993cd569e70794108bff175108f6241d7 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Thu, 25 Nov 2010 21:21:59 +0000 Subject: Dragonegg cannot output bitcode, only human readable IR, so use -S rather than -c. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120157 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendAda/init_size.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/FrontendAda/init_size.ads') diff --git a/test/FrontendAda/init_size.ads b/test/FrontendAda/init_size.ads index 1d76ba2..f423682 100644 --- a/test/FrontendAda/init_size.ads +++ b/test/FrontendAda/init_size.ads @@ -1,4 +1,4 @@ --- RUN: %llvmgcc -c %s +-- RUN: %llvmgcc -S %s package Init_Size is type T (B : Boolean := False) is record case B is -- cgit v1.1