[flang-commits] [clang] [flang] [flang][Driver] Preliminary support for -ftime-report (PR #107270)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Thu Sep 5 07:45:11 PDT 2024
================
@@ -4,6 +4,7 @@ add_subdirectory(Decimal)
add_subdirectory(Lower)
add_subdirectory(Parser)
add_subdirectory(Semantics)
+add_subdirectory(Support)
----------------
tarunprabhu wrote:
Mainly to match the layout in both `llvm` and `mlir`. In principle, it could be used in other tools, both in-tree and out-of-tree. It feels odd to have to link against the entire frontend just to get a timer.
https://github.com/llvm/llvm-project/pull/107270
More information about the flang-commits
mailing list