This is an archive of the discontinued LLVM Phabricator instance.

[pseudo] Fix link time undefined reference to llvm::EnableABIBreakingChecks
ClosedPublic

Authored by jmciver on Jun 7 2022, 11:31 PM.

Details

Reviewers
hokein
sammccall
Summary

When building in debug mode, ABI breaking assertion checks are enabled and
require linking against LLVMSupport.

Diff Detail

Event Timeline

jmciver created this revision.Jun 7 2022, 11:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2022, 11:31 PM
Herald added a subscriber: mgorny. · View Herald Transcript
jmciver published this revision for review.Jun 7 2022, 11:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2022, 11:56 PM
sammccall accepted this revision.Jun 8 2022, 2:56 PM

Thanks!

This revision is now accepted and ready to land.Jun 8 2022, 2:56 PM

Thanks @sammccall for taking the time to review!

Can you please commit on my behalf?

Name: John McIver
Email: john.mciver.iii@gmail.com

jmciver closed this revision.Jun 8 2022, 8:36 PM

Obsoleted by D127269.