[clang] [Clang][Builtin] add __builtin_exit (PR #74803)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 21 02:13:06 PST 2023
W-50243 wrote:
I added __builtin_exit() because __builtin_exit() was used in some projects when I switched from GCC to LLVM. I don't think this is an isolated case, because the __builtin_exit() function is still widely used.[https://sourcegraph.com/search?q=context:global+__builtin_exit&patternType=standard&sm=1&groupBy=repo](https://sourcegraph.com/search?q=context:global+__builtin_exit&patternType=standard&sm=1&groupBy=repo)
https://github.com/llvm/llvm-project/pull/74803
More information about the cfe-commits
mailing list