forked from OSchip/llvm-project
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 |
||
|---|---|---|
| .. | ||
| 2002-07-17-CastRef.ll | ||
| 2002-07-17-ConstantRef.ll | ||
| 2002-08-17-FunctionDGE.ll | ||
| 2002-08-17-WorkListTest.ll | ||
| 2002-09-12-Redeletion.ll | ||
| 2003-07-01-SelfReference.ll | ||
| 2003-10-09-PreserveWeakGlobals.ll | ||
| 2009-01-05-DeadAliases.ll | ||
| 2009-02-17-AliasUsesAliasee.ll | ||
| basicvariabletest.ll | ||
| complex-constantexpr.ll | ||
| deadblockaddr.ll | ||
| externally_available.ll | ||
| global_ctors.ll | ||
| global_ctors_integration.ll | ||
| indirectbr.ll | ||
| pr20981.ll | ||