Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid writing to source directory of tests | Reid Kleckner | 2015-11-30 | 1 | -1/+1 |
| | | | | llvm-svn: 254324 | ||||
* | Fix a crash when writing merged bitcode. | Rafael Espindola | 2015-11-29 | 1 | -0/+3 |
| | | | | | | | Playing with mutateType in here was making getValueType and getType incompatible. llvm-svn: 254240 | ||||
* | Fix pr20078. | Rafael Espindola | 2014-09-05 | 1 | -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 |