summaryrefslogtreecommitdiffstats
path: root/test/Driver/integrated-as.c
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-12-11 05:52:24 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-12-11 05:52:24 +0000
commit0aeb40f69be984e90678b7ab6e3563545cc57f37 (patch)
tree3a9cc1f5469b5c8d720f4308ed9cd12dd49fa4ee /test/Driver/integrated-as.c
parent1d28caf3b5254e60d3e3a1d2d37e5df2e5924111 (diff)
Add tests for a corner case of when to relax all instructions:
We don't want to relax all instructions in $ clang -c test.s since most users don't pass -O when using the driver to assemble. On the other hand, -save-temps should not change the output unnecessary, so in $ clang -c test.c -save-temps we should relax all instructions. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169815 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/integrated-as.c')
-rw-r--r--test/Driver/integrated-as.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Driver/integrated-as.c b/test/Driver/integrated-as.c
new file mode 100644
index 0000000000..e0131754b0
--- /dev/null
+++ b/test/Driver/integrated-as.c
@@ -0,0 +1,4 @@
+// RUN: %clang -### -c -save-temps -integrated-as %s 2>&1 | FileCheck %s
+
+// CHECK: cc1as
+// CHECK: -relax-all