[llvm-commits] [llvm] r118413 - /llvm/trunk/lib/Target/ARM/ARMELFWriterInfo.h
Rafael Espíndola
rafael.espindola at gmail.com
Tue Nov 9 13:07:48 PST 2010
> + R_ARM_THM_CALL = 0x0a,
The names don't match what I have on a linux system. For example
#define R_ARM_THM_PC22 10
Are there two independent naming conventions for ARM relocations?
Cheers,
Rafael
More information about the llvm-commits
mailing list