brintos

brintos / llvm-project-archived public Read only

0
0
Text · 388 B · 00fa896 Raw
6 lines · c
1// RUN: %clang -### -fexperimental-call-graph-section %s 2>&1 | FileCheck --check-prefix=CALL-GRAPH-SECTION %s2// RUN: %clang -### -fexperimental-call-graph-section -fno-experimental-call-graph-section %s 2>&1 | FileCheck --check-prefix=NO-CALL-GRAPH-SECTION %s3 4// CALL-GRAPH-SECTION: "-fexperimental-call-graph-section"5// NO-CALL-GRAPH-SECTION-NOT: "-fexperimental-call-graph-section"6