Displaying 3 results from an estimated 3 matches for "muenter".
Did you mean:
muenster
2015 Dec 17
2
llvm-3.6 MCAsmParser x64 Error "invalid operand for instruction" when msb set
...h the RelaxAll Flag set to true, for the MCStreamer.
Can someone clarify, as to why this is happening, or what I am missing?
Thank you in advance.
Kind regards
Roman
________________________________
________________________________________________
SFNT Germany GmbH
Registered office: Gabriele-Muenter-Str. 1
D-82110 Germering, Germany
Managing director (Gesch?ftsf?hrer): Ansgar Dodt and Gary Clark
Company Registration number: Amtsgericht Muenchen HRB 171025
________________________________________________
--
______________________________________________________________
The information contai...
2013 Feb 01
0
[LLVMdev] Structure declaration with IR builder
...______________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
> ________________________________________________
>
> SFNT Germany GmbH
> Registered office: Gabriele-Muenter-Str. 1
> D-82110 Germering, Germany
> Managing director (Gesch?ftsf?hrer): Gary Clark
> Company Registration number: Amtsgericht Muenchen HRB 171025
> ________________________________________________
> The information contained in this electronic mail transmission
> may be privile...
2013 Jan 31
2
[LLVMdev] Structure declaration with IR builder
Hi All,
I tryed to create a global structured derived declaration in my compiler by:
StructType *st = StructType(getGlobalContext(), elements, false);
In dump module i didn't find any code needed to declare a new user data
type.
Is there a instruction to add this class into current module?
Cheers,
Manuele