This is an archive of the discontinued LLVM Phabricator instance.

[TSan] Adjust `TSAN_RTL_CFLAGS` before it gets copied
ClosedPublic

Authored by yln on Nov 1 2022, 11:49 AM.

Details

Summary

Add COMPILER_RT_LIBDISPATCH_CFLAGS to TSAN_RTL_CFLAGS before it gets
duplicated to TSAN_RTL_DYNAMIC_CFLAGS so both versions have the
necessary flags.

Diff Detail

Event Timeline

yln created this revision.Nov 1 2022, 11:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 11:49 AM
Herald added a subscriber: Enna1. · View Herald Transcript
yln requested review of this revision.Nov 1 2022, 11:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 11:49 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
wrotki accepted this revision.Nov 1 2022, 12:15 PM

LGTM

This revision is now accepted and ready to land.Nov 1 2022, 12:15 PM
rsundahl accepted this revision.Nov 2 2022, 8:38 AM

LGTM. The build fail is a fuzzer fail that doesn't appear to be related.

This revision was landed with ongoing or failed builds.Nov 2 2022, 11:22 AM
This revision was automatically updated to reflect the committed changes.