clang/test/Driver/stackrealign.c REQUIRES clang-driver.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 12 Sep 2015 01:29:35 +0000 (01:29 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 12 Sep 2015 01:29:35 +0000 (01:29 +0000)
GCC driver, for example cygwin, both "-mstackrealign" "-mno-stackrealign" are passed.

llvm-svn: 247496

clang/test/Driver/stackrealign.c

index 70de40f..217be7a 100644 (file)
@@ -1,6 +1,7 @@
 // RUN: %clang -### %s 2>&1 | FileCheck %s -check-prefix=NO-REALIGN
 // RUN: %clang -### -mno-stackrealign -mstackrealign %s 2>&1 | FileCheck %s -check-prefix=REALIGN
 // RUN: %clang -### -mstackrealign -mno-stackrealign %s 2>&1 | FileCheck %s -check-prefix=NO-REALIGN
+// REQUIRES: clang-driver
 
 // REALIGN: -mstackrealign
 // NO-REALIGN-NOT: -mstackrealign