summaryrefslogtreecommitdiff
path: root/test/FrontendAda/negative_field_offset.adb
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-11-25 21:21:59 +0000
committerDuncan Sands <baldrick@free.fr>2010-11-25 21:21:59 +0000
commit53910d9993cd569e70794108bff175108f6241d7 (patch)
tree717f771d4736b68a9da6239800d51e5fe07dcfe4 /test/FrontendAda/negative_field_offset.adb
parent48f296dada9a344f278bf3a4b3f5bfb97b0935c2 (diff)
downloadllvm-53910d9993cd569e70794108bff175108f6241d7.tar.gz
llvm-53910d9993cd569e70794108bff175108f6241d7.tar.bz2
llvm-53910d9993cd569e70794108bff175108f6241d7.tar.xz
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
Diffstat (limited to 'test/FrontendAda/negative_field_offset.adb')
-rw-r--r--test/FrontendAda/negative_field_offset.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendAda/negative_field_offset.adb b/test/FrontendAda/negative_field_offset.adb
index f8b8510850..ec8184dde4 100644
--- a/test/FrontendAda/negative_field_offset.adb
+++ b/test/FrontendAda/negative_field_offset.adb
@@ -1,4 +1,4 @@
--- RUN: %llvmgcc -c %s
+-- RUN: %llvmgcc -S %s
with System;
procedure Negative_Field_Offset (N : Integer) is
type String_Pointer is access String;