search for: llvminitializex86targetmc

Displaying 5 results from an estimated 5 matches for "llvminitializex86targetmc".

2013 Sep 22
2
[LLVMdev] Bad permissions for mapped region
...llvm-c based compiler from JIT to MCJIT. While trying to do so I encountered several problems. Looks like C API does not have proper functions to intialize LLVM with MCJIT. I ended up wrapping the following functions in my own init routine. LLVMInitializeX86TargetInfo(); LLVMInitializeX86Target(); LLVMInitializeX86TargetMC(); LLVMInitializeX86AsmPrinter(); LLVMInitializeX86AsmParser(); With this set of functions it attempts to JIT something at least. I run into a segfault, valgrind reports the following: ==27130== Process terminating with default action of signal 11 (SIGSEGV) ==27130== Bad permissions for mapped r...
2013 Sep 22
0
[LLVMdev] Bad permissions for mapped region
...CJIT. > While trying to do so I encountered several problems. Looks like C > API does not have proper functions to intialize LLVM with MCJIT. > I ended up wrapping the following functions in my own init routine. > > LLVMInitializeX86TargetInfo(); > LLVMInitializeX86Target(); > LLVMInitializeX86TargetMC(); > LLVMInitializeX86AsmPrinter(); > LLVMInitializeX86AsmParser(); > > With this set of functions it attempts to JIT something at least. > I run into a segfault, valgrind reports the following: > > ==27130== Process terminating with default action of signal 11 (SIGSEGV) > =...
2012 Mar 04
1
[LLVMdev] LLVM from .NET
I've been struggling to get LLVM to work from .NET using the llvm-fs bindings for the past few weeks. I finally found an installation procedure that works and documented it here: http://fsharpnews.blogspot.com/2012/03/using-llvm-from-f-under-windows.html The good news is that I have that program compiling the Fibonacci function and executing it from F# all via LLVM. However, I still have a
2017 Aug 01
2
[RFC] Profile guided section layout
...9CachedHashStringRefE 2 _GLOBAL__sub_I_NewGVN.cpp _ZN4llvm12DebugCounter15registerCounterENS_9StringRefES1_ 2 _GLOBAL__sub_I_PassManagerBuilder.cpp _ZN4llvm2cl10applicatorINS0_11initializerIA1_cEEE3optINS0_3optINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ENS0_6parserISD_EEEEEEvRKS4_RT_ 2 LLVMInitializeX86TargetMC _ZN4llvm18getTheX86_64TargetEv 2 LLVMInitializeX86TargetMC _ZN4llvm18getTheX86_32TargetEv 2 _GLOBAL__sub_I_X86RegisterBankInfo.cpp _ZN4llvm12RegisterBankC2EjPKcjPKjj 2 _GLOBAL__sub_I_ARMRegisterBankInfo.cpp _ZN4llvm12RegisterBankC2EjPKcjPKjj 2 _GLOBAL__sub_I_AMDGPURegisterBankInfo.cpp _ZN4llvm12Reg...
2017 Jul 31
2
[RFC] Profile guided section layout
A rebased version of the lld patch is attached. Cheers, Rafael On 31 July 2017 at 15:11, Rafael Avila de Espindola <rafael.espindola at gmail.com> wrote: > Tobias Edler von Koch <tobias at codeaurora.org> writes: > >> Hi Rafael, >> >> On 07/31/2017 04:20 PM, Rafael Avila de Espindola via llvm-dev wrote: >>> However, do we need to start with