[PATCH] D105907: [CallGraphSection] Add call graph section options and documentation

Matt Morehouse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 16 13:09:27 PDT 2021


morehouse added inline comments.


================
Comment at: clang/test/Driver/clang_f_opts.c:603
+// RUN: %clang -### -fno-call-graph-section %s 2>&1 | FileCheck -check-prefix=CHECK-NO-CALL-GRAPH-SECTION %s
+// RUN: %clang -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-CALL-GRAPH-SECTION %s
+// CHECK-CALL-GRAPH-SECTION: -fcall-graph-section
----------------
For completeness, we should also test
```
-fcall-graph-section -fno-call-graph-section
```
and
```
-fno-call-graph-section -fcall-graph-section
```


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105907/new/

https://reviews.llvm.org/D105907



More information about the cfe-commits mailing list