This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Fine tune emitting flags as part of the producer
ClosedPublic

Authored by JDevlieghere on Aug 8 2018, 8:22 AM.

Details

Summary

When using APPLE extensions, don't duplicate the compiler invocation's
flags both in AT_producer and AT_APPLE_flags.

Diff Detail

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.Aug 8 2018, 8:22 AM
JDevlieghere retitled this revision from [DebugInfo] Fine tune emittign flags as part of the producer to [DebugInfo] Fine tune emitting flags as part of the producer.Aug 8 2018, 8:23 AM
aprantl accepted this revision.Aug 8 2018, 8:43 AM

Thanks!

This revision is now accepted and ready to land.Aug 8 2018, 8:43 AM
davide accepted this revision.Aug 8 2018, 9:01 AM

Lgtm.

This revision was automatically updated to reflect the committed changes.