Also, modify readobj such that addends are only emitted for
relevant relocation types.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 5959 Build 5959: arc lint + arc unit
Event Timeline
Comment Actions
- Merge remote-tracking branch 'origin/master' into add_tests
- Only emit addends for relevant relocations
test/MC/WebAssembly/reloc-code.ll | ||
---|---|---|
31 | I have trouble getting llvm to produce non-zero data relocations in the text section. I think when I add the tests for the data sections relocations it will be possible. Perhaps @sunfish knows more about this, but I'd like to land this soon to get some minimal testing in. |
Comment Actions
That's fine, this is obviously an improvement, i just noticed that they were all 0 in the tests.
Is there any particular reason this needs to be O0?