Displaying 1 result from an estimated 1 matches for "r82147".
Did you mean:
82147
2009 Sep 17
1
[LLVMdev] Patch for PR4776
Hello,
This patch against svn r82147 "fixes" PR4776. Certain targets (e.g.,
MSP430) allow a symbol to start with a number, e.g. "0x0021"; you can
say stuff like "mov.b &0x0021, r15" to copy a byte from memory address
0x0021 to register r15. LLVM had been generating this ill-formed code
instead:
m...