aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2023-06-07 06:22:42 -0500
committerJoseph Huber <jhuber6@vols.utk.edu>2023-06-07 06:23:00 -0500
commitb05c63fba66dbb4dbed51797b4aca4706f75803b (patch)
tree200821a65c0605255b528e003855f7d7a212c1ef /clang/lib/Frontend/CompilerInvocation.cpp
parent1cec9f8dc893a6aef8e306a49f11d49d5f9c9275 (diff)
downloadllvm-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