You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
779 B
14 lines
779 B
// Make sure we don't match the -NOT lines with the linker invocation.
|
|
// Delimiters match the start of the cc1 and the start of the linker lines
|
|
// DELIMITERS: {{^ *"}}
|
|
|
|
// RUN: %clang -### -pedantic -no-pedantic %s 2>&1 | FileCheck -check-prefix=NO_PEDANTIC -check-prefix=DELIMITERS %s
|
|
// RUN: %clang -### -pedantic -Wno-pedantic %s 2>&1 | FileCheck -check-prefix=PEDANTIC -check-prefix=DELIMITERS %s
|
|
// NO_PEDANTIC-NOT: -pedantic
|
|
// RUN: %clang -### -pedantic -pedantic -no-pedantic -pedantic %s 2>&1 | FileCheck -check-prefix=PEDANTIC -check-prefix=DELIMITERS %s
|
|
// RUN: %clang -### -pedantic -pedantic -no-pedantic -Wpedantic %s 2>&1 | FileCheck -check-prefix=NO_PEDANTIC -check-prefix=DELIMITERS %s
|
|
// PEDANTIC: -pedantic
|
|
// REQUIRES: clang-driver
|
|
|
|
// DELIMITERS: {{^ *"}}
|