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

llvm-svn: 120157
diff --git a/llvm/test/FrontendAda/non_lvalue.adb b/llvm/test/FrontendAda/non_lvalue.adb
index 157f3dd..71e7e10 100644
--- a/llvm/test/FrontendAda/non_lvalue.adb
+++ b/llvm/test/FrontendAda/non_lvalue.adb
@@ -1,4 +1,4 @@
--- RUN: %llvmgcc -c %s -I%p/Support
+-- RUN: %llvmgcc -S %s -I%p/Support
 package body Non_LValue is
    function A (Y : U) return String is
    begin