[clang] [flang] [flang][Driver] Preliminary support for -ftime-report (PR #107270)
Tarun Prabhu via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 5 07:45:04 PDT 2024
================
@@ -254,6 +276,43 @@ class CompilerInstance {
/// Produces the string which represents target feature
std::string getTargetFeatures();
+ /// {
+ /// @name Timing
+ /// @{
+ bool isTimingEnabled() { return timingMgr.isEnabled(); }
----------------
tarunprabhu wrote:
Good point. I will remove it.
https://github.com/llvm/llvm-project/pull/107270
More information about the cfe-commits
mailing list