aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/System/DynamicLibrary.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-02-01 03:04:49 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-02-01 03:04:49 +0000
commit06736d0f88283d4c3ed857f40a6a85465815c148 (patch)
tree82ebf87c90ff59cde094e64173d5e1deced726fc /llvm/lib/System/DynamicLibrary.cpp
parent0df1536173a6709ef144ecb478ec0985c6654fcf (diff)
downloadllvm-06736d0f88283d4c3ed857f40a6a85465815c148.zip
llvm-06736d0f88283d4c3ed857f40a6a85465815c148.tar.gz
llvm-06736d0f88283d4c3ed857f40a6a85465815c148.tar.bz2
.set pc relative displacement bug: label should be moved down one instruction
to just before the add r1, pc: Before: .set PCRELV0, (LJTI1_0_0-(LPCRELL0+4)) LPCRELL0: mov r1, #PCRELV0 add r1, pc Now: .set PCRELV0, (LJTI1_0_0-(LPCRELL0+4)) mov r1, #PCRELV0 LPCRELL0: add r1, pc llvm-svn: 33744
Diffstat (limited to 'llvm/lib/System/DynamicLibrary.cpp')
0 files changed, 0 insertions, 0 deletions