blob: 5832aa6754137f2e43f5420a12a984e786c06a16 [file] [log] [blame]
// RUN: %clang -### -S -fcall-graph-section %s 2>&1 | FileCheck --check-prefix=CALL-GRAPH-SECTION %s
// RUN: %clang -### -S -fcall-graph-section -fno-call-graph-section %s 2>&1 | FileCheck --check-prefix=NO-CALL-GRAPH-SECTION %s
// CALL-GRAPH-SECTION: "-fcall-graph-section"
// NO-CALL-GRAPH-SECTION-NOT: "-fcall-graph-section"