[PATCH] D35360: [ELF] - Remove dependency on precompiled inputs from gdb-index.s and debug-gnu-pubnames.s
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 13 10:29:28 PDT 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/ELF/gdb-index.s:38-41
+## Code for inputs is based on test.cpp:
+## int main() { return 0; }
+## Compiled with gcc 7.1.0 and following invocation:
+## gcc -gsplit-dwarf -S test.cpp
----------------
The following section contents are created by this using gcc 7.1.0:
echo 'int main() { return 0; }' | gcc -gsplit-dwarf -xc++ -S -o- -
https://reviews.llvm.org/D35360
More information about the llvm-commits
mailing list