]> granicus.if.org Git - clang/commitdiff
clang/test/Driver/qa_override.c: Resurrect a part of r187376. It still requires the...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 30 Jul 2013 07:47:58 +0000 (07:47 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 30 Jul 2013 07:47:58 +0000 (07:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187405 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/qa_override.c

index ec77b41011b528d4ac1a584f1669a3b5b490e79e..54fdddce9eb0dceb8a463539b50e69833ee7e250 100644 (file)
@@ -1,6 +1,9 @@
 // RUN: env QA_OVERRIDE_GCC3_OPTIONS="#+-Os +-Oz +-O +-O3 +-Oignore +a +b +c xb Xa Omagic ^-ccc-print-options  " %clang x -O2 b -O3 2>&1 | FileCheck %s
 // RUN: env QA_OVERRIDE_GCC3_OPTIONS="x-Werror +-mfoo" %clang -Werror %s -c -### 2>&1 | FileCheck %s -check-prefix=RM-WERROR
 
+// FIXME: It seems doesn't work with gcc-driver.
+// REQUIRES: clang-driver
+
 // CHECK-NOT: ###
 // CHECK: Option 0 - Name: "-ccc-print-options", Values: {}
 // CHECK-NEXT: Option 1 - Name: "<input>", Values: {"x"}