Skip to content

Commit e26ffe0

Browse files
committed
No need for noinline anymore.
1 parent 438d3d5 commit e26ffe0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ static void abort_with_message(const char *msg) {
4949
static void abort_with_message(const char *) { abort(); }
5050
#endif
5151

52-
__attribute__((noinline)) static void report_error(const char *msg,
53-
uintptr_t caller, int abort) {
52+
static void report_error(const char *msg, uintptr_t caller, int abort) {
5453
if (caller == 0)
5554
return;
5655
while (true) {

0 commit comments

Comments
 (0)