This is an archive of the discontinued LLVM Phabricator instance.

Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot
ClosedPublic

Authored by aprantl on Dec 19 2019, 11:56 AM.

Details

Summary

This is a purely cosmetic change that is NFC in terms of the binary output. I bugs me that I called the attribute DW_AT_LLVM_isysroot since the "i" is an artifact of GCC command line option syntax (-isysroot is in the category of -i options) and doesn't carry any useful information otherwise.

This attribute only appears in Clang module debug info.

Diff Detail

Event Timeline

aprantl created this revision.Dec 19 2019, 11:56 AM
Herald added a project: Restricted Project. · View Herald Transcript
dblaikie accepted this revision.Dec 19 2019, 5:26 PM

Fair enough

This revision is now accepted and ready to land.Dec 19 2019, 5:26 PM
teemperor accepted this revision.Dec 20 2019, 12:36 AM
This revision was automatically updated to reflect the committed changes.
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 20 2019, 1:26 PM