Issue 178407
Summary Detection of out-of-process JIT supports takes non-trivial time on each lit invocation
Labels clang
Assignees
Reporter Endilll
    As reported in #144064, this PR added some non-trivial overhead to lit invocations, making development cycle significantly longer.

It was suggested to compute this once and put in some kind of cache to prevent re-evaluations, maybe some lit cache or even CMake, but 22 seconds I measured is still a long time.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to