Omit all the extra static attributes on subprograms in -gmlt
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 19 Sep 2014 04:30:36 +0000 (04:30 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 19 Sep 2014 04:30:36 +0000 (04:30 +0000)
commita5a4f874745d9d4af4088b6d136e82e41afedf36
tree5d8d5dc530d586dd5c428e44cc4c038de4d3eb6a
parent2ee31bcdeef438e7d720dacd11cdbf8feccc17fa
Omit all the extra static attributes on subprograms in -gmlt

This omission will be done in a fancier manner once we're dealing with
"put gmlt in the skeleton CUs under fission" - it'll have to be
conditional on the kind of CU we're emitting into (skeleton or gmlt).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218098 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
test/DebugInfo/cu-line-tables.ll [deleted file]
test/DebugInfo/gmlt.ll [new file with mode: 0644]