2013-09-04 00:05:48 +08:00
|
|
|
// RUN: env QA_OVERRIDE_GCC3_OPTIONS="#+-Os +-Oz +-O +-O3 +-Oignore +a +b +c xb Xa Omagic ^-### " %clang -target x86_64-apple-darwin %s -O2 b -O3 2>&1 | FileCheck %s
|
|
|
|
// RUN: env QA_OVERRIDE_GCC3_OPTIONS="x-Werror +-mfoo" %clang -target x86_64-apple-darwin -Werror %s -c -### 2>&1 | FileCheck %s -check-prefix=RM-WERROR
|
2013-09-03 22:09:54 +08:00
|
|
|
|
2013-09-03 21:26:49 +08:00
|
|
|
// CHECK: "-cc1"
|
|
|
|
// CHECK-NOT: "-Oignore"
|
|
|
|
// CHECK: "-Omagic"
|
|
|
|
// CHECK-NOT: "-Oignore"
|
2013-02-22 02:56:55 +08:00
|
|
|
|
|
|
|
// RM-WERROR: ### QA_OVERRIDE_GCC3_OPTIONS: x-Werror +-mfoo
|
|
|
|
// RM-WERROR-NEXT: ### Deleting argument -Werror
|
|
|
|
// RM-WERROR-NEXT: ### Adding argument -mfoo at end
|
2013-07-30 04:29:53 +08:00
|
|
|
// RM-WERROR: warning: argument unused during compilation: '-mfoo'
|
|
|
|
// RM-WERROR-NOT: "-Werror"
|