llvm-project/llvm/test/tools/gold/Inputs
Rafael Espindola 83a362cde8 Change the .ll syntax for comdats and add a syntactic sugar.
In order to make comdats always explicit in the IR, we decided to make
the syntax a bit more compact for the case of a GlobalObject in a
comdat with the same name.

Just dropping the $name causes problems for

@foo = globabl i32 0, comdat
$bar = comdat ...

and

declare void @foo() comdat
$bar = comdat ...

So the syntax is changed to

@g1 = globabl i32 0, comdat($c1)
@g2 = globabl i32 0, comdat

and

declare void @foo() comdat($c1)
declare void @foo() comdat

llvm-svn: 225302
2015-01-06 22:55:16 +00:00
..
alias-1.ll Rewrite the gold plugin to fix pr19901. 2014-08-21 20:28:55 +00:00
bcsection.s LTO: introduce object file-based on-disk module format. 2014-09-18 21:28:49 +00:00
comdat.ll Change the .ll syntax for comdats and add a syntactic sugar. 2015-01-06 22:55:16 +00:00
common.ll Handle common linkage correctly in the gold plugin. 2014-09-09 20:08:22 +00:00
invalid.bc
linker-script.export
linkonce-weak.ll gold plugin: Handle gold selecting a linkonce GV when a weak is present. 2014-10-07 04:06:13 +00:00
pr19901-1.ll Rewrite the gold plugin to fix pr19901. 2014-08-21 20:28:55 +00:00
weak.ll Add a plugin testcase for merging weak variables. 2014-08-12 15:39:14 +00:00