Skip to content

Commit 6043590

Browse files
committed
[UBSAN-MINRT] Switch to weak symbols for callbacks to allow overriding
in client code.
1 parent 3273d0b commit 6043590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "sanitizer_common/sanitizer_atomic.h"
22

3+
#include <stdio.h>
34
#include <stdlib.h>
45
#include <stdint.h>
56
#include <string.h>

0 commit comments

Comments
 (0)