summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/malign_double.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/malign_double.c')
-rw-r--r--clang/test/Driver/malign_double.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Driver/malign_double.c b/clang/test/Driver/malign_double.c
new file mode 100644
index 00000000000..2c5cc35ea19
--- /dev/null
+++ b/clang/test/Driver/malign_double.c
@@ -0,0 +1,5 @@
+// RUN: %clang -### -malign-double %s 2>&1 | FileCheck %s
+
+// Make sure -malign-double is passed through the driver.
+
+// CHECK: "-malign-double"
OpenPOWER on IntegriCloud