This is an archive of the discontinued LLVM Phabricator instance.

[llc] Default MCUseDwarfDirectory to true
ClosedPublic

Authored by MaskRay on Jul 12 2021, 4:31 PM.

Details

Summary

For Clang, MCUseDwarfDirectory is true by default for the majority cases
(-fintegrated-as or -gdwarf-5; most targets use -fintegrated-as by default).
Defaulting MCUseDwarfDirectory to true can reduce the differences between clang
and llc.

Diff Detail

Event Timeline

MaskRay created this revision.Jul 12 2021, 4:31 PM
MaskRay requested review of this revision.Jul 12 2021, 4:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2021, 4:31 PM
dblaikie accepted this revision.Jul 12 2021, 4:50 PM

Sure, sounds alright.

This revision is now accepted and ready to land.Jul 12 2021, 4:50 PM
This revision was landed with ongoing or failed builds.Jul 12 2021, 5:44 PM
This revision was automatically updated to reflect the committed changes.