Skip to content

Commit f5ce2a7

Browse files
committed
Add TryReExecWithoutASLR stub
1 parent 35db409 commit f5ce2a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler-rt/lib/asan/asan_aix.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
namespace __asan {
2121

22+
void TryReExecWithoutASLR() {
23+
// Allowed to fail and do nothing.
24+
}
25+
2226
void AsanCheckIncompatibleRT() {}
2327

2428
void AsanCheckDynamicRTPrereqs() {}

0 commit comments

Comments
 (0)