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

llvm-svn: 120157
diff --git a/llvm/test/FrontendAda/switch.adb b/llvm/test/FrontendAda/switch.adb
index f214bca..0c83a2e 100644
--- a/llvm/test/FrontendAda/switch.adb
+++ b/llvm/test/FrontendAda/switch.adb
@@ -1,4 +1,4 @@
--- RUN: %llvmgcc -c %s
+-- RUN: %llvmgcc -S %s
 function Switch (N : Integer) return Integer is
 begin
    case N is