[llvm] [OpenMP] Adjust 'printf' handling in the OpenMP runtime (PR #123670)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 19:02:07 PST 2025


jhuber6 wrote:

Alternatively, I just make an `-mllvm` option to turn it off. I can't use `-fno-builtin` on the compilation because that would horrifically mangle performance by not allowing the OpenMP runtime to be inlined ever.

https://github.com/llvm/llvm-project/pull/123670


More information about the llvm-commits mailing list