This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Make use of undefined symbols configurable
ClosedPublic

Authored by phosek on Jun 22 2021, 11:05 AM.

Details

Summary

We want to disable the use of undefined symbols on Fuchsia, but there
are cases where it might be desirable so may it configurable.

Diff Detail

Event Timeline

phosek created this revision.Jun 22 2021, 11:05 AM
phosek requested review of this revision.Jun 22 2021, 11:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2021, 11:05 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
mcgrathr accepted this revision.Jun 22 2021, 11:29 AM

Since those only affects sanitizers and not other compiler-rt libraries, perhaps it should be called SANITIZER_* instead of COMPILER_RT_*?

This revision is now accepted and ready to land.Jun 22 2021, 11:29 AM
phosek updated this revision to Diff 353733.Jun 22 2021, 11:40 AM

Since those only affects sanitizers and not other compiler-rt libraries, perhaps it should be called SANITIZER_* instead of COMPILER_RT_*?

Done

This revision was landed with ongoing or failed builds.Jun 22 2021, 11:49 AM
This revision was automatically updated to reflect the committed changes.