Displaying 2 results from an estimated 2 matches for "67d01b94".
2014 Jul 23
2
[LLVMdev] [PATCH] Symbol offsets
...prefix support likely to
make it in for 3.5?
Cheers,
- Ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140723/67d01b94/attachment.sig>
2014 Jul 20
2
[LLVMdev] [PATCH] Symbol offsets
Rafael EspĂndola <rafael.espindola at gmail.com> writes:
> Now that aliases can have any expressions, can't you use something like
>
> @data = private global [2 x i32] [i32 42, i32 43]
> @symbol = alias getelementptr ([2 x i32]* @data, i32 0, i32 1)
>
> This produces
>
> .Ldata:
> .long 42 # 0x2a
> .long 43