summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/gdb-index-no-debug.s
Commit message (Collapse)AuthorAgeFilesLines
* Remove a global variable that we can live without.Rui Ueyama2018-10-231-0/+8
Out::DebugInfo was used only by GdbIndex class to determine if we need to create a .gdb_index section, but we can do the same check without it. Added a test that this patch doesn't change the existing behavior. llvm-svn: 345058
OpenPOWER on IntegriCloud