This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Set UBSAN_LINK_FLAGS for ubsan
ClosedPublic

Authored by phosek on Apr 17 2020, 5:36 PM.

Details

Summary

This variable is being used, but it's not being set (it's only set
for ubsan_minimal, but not ubsan). This addresses a regression that
was introduced in D78325.

Diff Detail

Event Timeline

phosek created this revision.Apr 17 2020, 5:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 17 2020, 5:36 PM
Herald added subscribers: Restricted Project, mgorny. · View Herald Transcript
eugenis accepted this revision.Apr 17 2020, 9:55 PM

LGTM
Thanks!

This revision is now accepted and ready to land.Apr 17 2020, 9:55 PM
This revision was automatically updated to reflect the committed changes.