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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to