We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96ee0f commit 7b3d4e3Copy full SHA for 7b3d4e3
compiler-rt/lib/asan/asan_linux.cpp
@@ -187,10 +187,7 @@ void AsanCheckIncompatibleRT() {
187
MemoryMappedSegment segment(filename, sizeof(filename));
188
while (proc_maps.Next(&segment)) {
189
if (IsDynamicRTName(segment.filename)) {
190
- Report(
191
- "Your application is linked against "
192
- "incompatible ASan runtimes.\n");
193
- Die();
+ ReportIncompatibleRT();
194
}
195
196
__asan_rt_version = ASAN_RT_VERSION_STATIC;
0 commit comments