diff options
author | Pete Cooper <peter_cooper@apple.com> | 2016-01-15 17:25:12 +0000 |
---|---|---|
committer | Pete Cooper <peter_cooper@apple.com> | 2016-01-15 17:25:12 +0000 |
commit | 7162e8c597b8053ace1fd8308a428c8c281b95ba (patch) | |
tree | 1dd77112b7db4b07cc0cec347de38ba0538d1a9c /llvm/lib/IR/Module.cpp | |
parent | 907103495f0ba77daf5a6e63edbe84379047e645 (diff) | |
download | llvm-7162e8c597b8053ace1fd8308a428c8c281b95ba.zip llvm-7162e8c597b8053ace1fd8308a428c8c281b95ba.tar.gz llvm-7162e8c597b8053ace1fd8308a428c8c281b95ba.tar.bz2 |
Remove out of bounds reloc from reduced file.
This file was failing to build with asan enabled. The reason being that
applyFixupFinal was writing 4-bytes worth of fixup in to an atom only
a single byte in length.
The test case didn't actually need this particular reloc so i've removed
it, although i'll follow up with future commits to actually verify that
relocs are to an address with enough space for the fixup to be applied.
llvm-svn: 257906
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions