This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] [test] [ubsan] Build .cpp files with %clangxx
ClosedPublic

Authored by mstorsjo on Apr 8 2023, 1:12 PM.

Details

Summary

This fixes linker errors in mingw configurations, where the ubsan
runtime needs the C++ standard library when instrumenting C++ code.

Diff Detail

Event Timeline

mstorsjo created this revision.Apr 8 2023, 1:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 8 2023, 1:12 PM
Herald added subscribers: Enna1, dberris. · View Herald Transcript
mstorsjo requested review of this revision.Apr 8 2023, 1:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 8 2023, 1:12 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
phosek accepted this revision.Apr 8 2023, 1:26 PM

LGTM

This revision is now accepted and ready to land.Apr 8 2023, 1:26 PM