Dragonegg cannot output bitcode, only human readable IR, so use -S rather
authorDuncan Sands <baldrick@free.fr>
Thu, 25 Nov 2010 21:21:59 +0000 (21:21 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 25 Nov 2010 21:21:59 +0000 (21:21 +0000)
commit53910d9993cd569e70794108bff175108f6241d7
tree717f771d4736b68a9da6239800d51e5fe07dcfe4
parent48f296dada9a344f278bf3a4b3f5bfb97b0935c2
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
21 files changed:
test/FrontendAda/array_constructor.adb
test/FrontendAda/array_range_ref.adb
test/FrontendAda/array_ref.adb
test/FrontendAda/array_size.adb
test/FrontendAda/asm.adb
test/FrontendAda/debug_var_size.ads
test/FrontendAda/emit_var.ads
test/FrontendAda/fat_fields.adb
test/FrontendAda/field_order.ads
test/FrontendAda/global_constant.adb
test/FrontendAda/init_size.ads
test/FrontendAda/negative_field_offset.adb
test/FrontendAda/non_bitfield.ads
test/FrontendAda/non_lvalue.adb
test/FrontendAda/placeholder.adb
test/FrontendAda/switch.adb
test/FrontendAda/unc_constructor.adb
test/FrontendAda/var_offset.adb
test/FrontendAda/var_size.adb
test/FrontendAda/vce.adb
test/FrontendAda/vce_lv.adb