Displaying 2 results from an estimated 2 matches for "tp27788693p27789186".
Did you mean:
tp27788693p27789107
2010 Mar 05
2
[LLVMdev] Pointer to String Constant
>> It's hard to tell without more of the source code, but you probably need
something like:
>> getelementptr [6 x i8] * c"test\0A\00", i32 0, i32 0
Isn't that pretty much what I have? I'm doing a constant gep on the string
constant, which registers as an array of type [6 x i8], with two i32 0
indices. Note that I tried with a non-constant gep also, and it does
2010 Mar 05
0
[LLVMdev] Pointer to String Constant
On Mar 4, 2010, at 5:56 PM, Nyx wrote:
>
>>> It's hard to tell without more of the source code, but you probably need
> something like:
>>> getelementptr [6 x i8] * c"test\0A\00", i32 0, i32 0
>
> Isn't that pretty much what I have? I'm doing a constant gep on the string
> constant, which registers as an array of type [6 x i8], with two i32