aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/call-graph-section.c
blob: 5832aa6754137f2e43f5420a12a984e786c06a16 (plain)
1
2
3
4
5
// 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"