This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Remove dependency on precompiled inputs from gdb-index.s and debug-gnu-pubnames.s
ClosedPublic

Authored by grimar on Jul 13 2017, 9:00 AM.

Diff Detail

Event Timeline

grimar created this revision.Jul 13 2017, 9:00 AM
ruiu accepted this revision.Jul 13 2017, 10:29 AM

LGTM

test/ELF/gdb-index.s
38–41
The following section contents are created by this using gcc 7.1.0:
echo 'int main() { return 0; }' | gcc -gsplit-dwarf -xc++ -S -o- -
This revision is now accepted and ready to land.Jul 13 2017, 10:29 AM
This revision was automatically updated to reflect the committed changes.