[PATCH] D136022: [clang] Add time profile for constant evaluation

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 21 17:21:38 PDT 2022


thakis added inline comments.


================
Comment at: clang/unittests/Support/TimeProfilerTest.cpp:11
+#include "clang/Frontend/FrontendActions.h"
+#include "clang/Lex/PreprocessorOptions.h"
+
----------------
Why is this in clang/unittests/Support (a new binary to boot)? This doesn't use any code form clang/lib/Support as far as I can tell.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136022/new/

https://reviews.llvm.org/D136022



More information about the cfe-commits mailing list