Dragonegg cannot output bitcode, only human readable IR, so use -S rather
than -c.

llvm-svn: 120157
diff --git a/llvm/test/FrontendAda/asm.adb b/llvm/test/FrontendAda/asm.adb
index 575617c..844885e 100644
--- a/llvm/test/FrontendAda/asm.adb
+++ b/llvm/test/FrontendAda/asm.adb
@@ -1,4 +1,4 @@
--- RUN: %llvmgcc -c %s
+-- RUN: %llvmgcc -S %s
 with System.Machine_Code;
 procedure Asm is
 begin