diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2023-06-07 06:22:42 -0500 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2023-06-07 06:23:00 -0500 |
commit | b05c63fba66dbb4dbed51797b4aca4706f75803b (patch) | |
tree | 200821a65c0605255b528e003855f7d7a212c1ef /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 1cec9f8dc893a6aef8e306a49f11d49d5f9c9275 (diff) | |
download | llvm-b05c63fba66dbb4dbed51797b4aca4706f75803b.zip llvm-b05c63fba66dbb4dbed51797b4aca4706f75803b.tar.gz llvm-b05c63fba66dbb4dbed51797b4aca4706f75803b.tar.bz2 |
[libc] Silence warning about returning from noreturn function
The `exit` entrypoint calls into `quick_exit` which is marked noreturn
in some cases. This will cause errors because we then have control flow
externally. This warning can be silenced by using a
`__builtin_unreachable` instruction accordingly.
Reviewed By: sivachandra, lntue
Differential Revision: https://reviews.llvm.org/D152323
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions