[flang-commits] [clang] [flang] [flang][Driver] Preliminary support for -ftime-report (PR #107270)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Thu Sep 5 04:05:03 PDT 2024
================
@@ -0,0 +1,18 @@
+! Check that -ftime-report flag is passed as-is to fc1. The value of the flag
+! is only checked there. This behavior intentionally mirrors that of clang.
+!
+! -ftime-report= is currently not supported because we do not support detailed
+! timing information on the LLVM IR optimization and code generation passes.
+! When that is supported, these can be re-enabled.
+!
+! XFAIL: *
----------------
tblah wrote:
Maybe we should save this test for a PR enabling -ftime-report=?
https://github.com/llvm/llvm-project/pull/107270
More information about the flang-commits
mailing list