[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:04 PDT 2024


================
@@ -4,6 +4,7 @@ add_subdirectory(Decimal)
 add_subdirectory(Lower)
 add_subdirectory(Parser)
 add_subdirectory(Semantics)
+add_subdirectory(Support)
----------------
tblah wrote:

Why did you decide to put this in a new subdirectory and not just part of Frontend? Is there a plan to use this in other places in the future?

https://github.com/llvm/llvm-project/pull/107270


More information about the flang-commits mailing list