Displaying 1 result from an estimated 1 matches for "jit_main".
Did you mean:
ast_main
2017 May 07
2
[cfe-dev] JIT doens't resolve address - Resolve obj-Addresses?
...the
> functionality/status of the JIT on Windows is, perhaps someone else can
> comment on that.
>
> ~Will
>
> On Fri, Apr 21, 2017 at 1:03 AM, via cfe-dev <*cfe-dev at lists.llvm.org*
> <cfe-dev at lists.llvm.org>> wrote:
> Hello Lang,
>
> the Code for my jit_main is a normal printf-HelloWorld program. I opended
> the file with notepad and found the following:
> ; Function Attrs: noinline norecurse uwtable
> define i32 @main() #0 {
> entry:
> %retval = alloca i32, align 4
> store i32 0, i32* %retval, align 4
> %call = call i32 (i8*...