summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/ctors.ll
Commit message (Collapse)AuthorAgeFilesLines
* Avoid writing to source directory of testsReid Kleckner2015-11-301-1/+1
| | | | llvm-svn: 254324
* Fix a crash when writing merged bitcode.Rafael Espindola2015-11-291-0/+3
| | | | | | | Playing with mutateType in here was making getValueType and getType incompatible. llvm-svn: 254240
* Fix pr20078.Rafael Espindola2014-09-051-0/+15
When linking llvm.global_ctors with the optional third element we have to handle it specially and only copy the elements whose keys were also copied. llvm-svn: 217281
OpenPOWER on IntegriCloud