Files
clang-p2996/clang/lib/CodeGen/CodeGenModule.cpp
Chuanqi Xu b5dffd4957 [C++20] [Modules] Don't emit function bodies which is noinline and av… (#68501)
…ailabl externally

A workaround for https://github.com/llvm/llvm-project/issues/60996

As the title suggested, we can avoid emitting available externally
functions which is marked as noinline already. Such functions should
contribute nothing for optimizations.

The update for docs will be sent seperately if this got approved.
2023-10-10 09:47:13 +08:00

284 KiB