[clang] [clang] Handle tm mangling on Solaris in PPMacroExpansion.cpp (PR #100724)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 26 05:03:17 PDT 2024


https://github.com/AaronBallman commented:

Thank you for helping out with this odd edge case! I don't suppose there's a way we can shove this hack into CMake (basically, like a kind of linker script hack)? If so, can we apply it broadly enough so that any use of `time_put` in other TUs will also benefit?

(If there are better alternatives than this approach, I'd love to hear about them, this is a pretty gnarly way to go about working around the issue.)

CC @petrhosek @MaskRay @efriedma-quic 

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


More information about the cfe-commits mailing list