Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Improve test to check for @PCREL, only run llc, not opt -> llc. | Ron Lieberman | 2016-08-16 | 1 | -2/+2 |
| | | | | llvm-svn: 278796 | ||||
* | Fix unsupported relocation type R_HEX_6_X' for symbol .rodata | Ron Lieberman | 2016-08-13 | 1 | -0/+40 |
LowerTargetConstantPool is not properly setting the TargetFlag to indicate desired relocation. Coding error, the offset parameter was omitted, so the TargetFlag was used as the offset, and the TargetFlag defaulted to zero. This only affects -fpic compilation, and only those items created in a Constant Pool, for example a vector of constants. Halide ran into this issue. llvm-svn: 278614 |