Displaying 2 results from an estimated 2 matches for "roek4411".
2016 May 26
0
Potential ambiguity in the grammar of LLVM IR assembly
Hello Mehdi,
Thank you for bringing this to our awareness. I've been looking into the
3.8 release of LLVM. Would you happen to know if r269096 was part of
this realese?
lli running on my system is capable of handling unnamed global
variables, so I'd imagine so.
u at x1 ~> lli -version
LLVM (http://llvm.org/):
LLVM version 3.8.0
Optimized build.
Built May 7 2016
2016 May 26
2
Potential ambiguity in the grammar of LLVM IR assembly
> On May 25, 2016, at 5:42 PM, Tim Northover via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> On 25 May 2016 at 16:10, Robin Eklind via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> declare void @foo() unnamed_addr
>> global i32 42
>
> Doesn't a global have to be named? The syntax in the IR reference
> doesn't make it optional:
To be