Displaying 7 results from an estimated 7 matches for "llvm_enable_ffi".
Did you mean:
dllvm_enable_ffi
2015 Jul 28
0
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
This test results in UNSUPPORTED on my system, since config.enable_ffi =
"OFF". This is the result of LLVM_ENABLE_FFI which is OFF by default. Is it
turned ON in your build?
2015-07-28 17:32 GMT+03:00 Martell Malone <martellmalone at gmail.com>:
> Hi Yaron,
>
> I know you sent me some emails before about regression testing on MSYS2
> So you might have some idea about this
>
> I am gettin...
2015 Jul 28
2
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
Hi Yaron,
I know you sent me some emails before about regression testing on MSYS2
So you might have some idea about this
I am getting a regression error on check-llvm.
With the llvm/trunk/test/ExecutionEngine/Interpreter/intrinsics.ll
FAIL: LLVM :: ExecutionEngine/Interpreter/intrinsics.ll (7635 of 14266)
> ******************** TEST 'LLVM ::
>
2015 Jul 28
2
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
...PPFLAGS}" \
> -DCMAKE_INSTALL_PREFIX=/mingw64 \
> -DCMAKE_BUILD_TYPE=Release \
> -DLLVM_TARGETS_TO_BUILD="ARM;AArch64;CppBackend;X86" \
> -DLLVM_ENABLE_ASSERTIONS=OFF \
> -DLLVM_ENABLE_THREADS=0 \
> -DPYTHON_EXECUTABLE=/mingw64/bin/python2.exe \
> -DLLVM_ENABLE_FFI=ON \
> -DLLVM_ENABLE_SPHINX=ON \
> ../llvm
>
Is this not supported?
We do have a build of libffi in mingw-w64 and it works well with other
projects.
On Tue, Jul 28, 2015 at 6:49 PM, Yaron Keren <yaron.keren at gmail.com> wrote:
> This test results in UNSUPPORTED on my syst...
2015 Jul 28
0
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
...-DCMAKE_INSTALL_PREFIX=/mingw64 \
>> -DCMAKE_BUILD_TYPE=Release \
>> -DLLVM_TARGETS_TO_BUILD="ARM;AArch64;CppBackend;X86" \
>> -DLLVM_ENABLE_ASSERTIONS=OFF \
>> -DLLVM_ENABLE_THREADS=0 \
>> -DPYTHON_EXECUTABLE=/mingw64/bin/python2.exe \
>> -DLLVM_ENABLE_FFI=ON \
>> -DLLVM_ENABLE_SPHINX=ON \
>> ../llvm
>>
>
> Is this not supported?
> We do have a build of libffi in mingw-w64 and it works well with other
> projects.
>
>
On Tue, Jul 28, 2015 at 6:49 PM, Yaron Keren <yaron.keren at gmail.com> wrote:
> This...
2016 Mar 17
2
Building with LLVM_PARALLEL_XXX_JOBS
On Mon, Mar 14, 2016 at 5:30 PM, Chris Bieneman <cbieneman at apple.com> wrote:
[ brutal-snip ]
...
> [ TODO#S: Before doing a 2nd build (and in a 3rd run using more
> optimized binaries) ]
>
> How do I anable LTO via CMAKE?
>
>
> LLVM_ENALBLE_LTO=On
>
[ v4 of my build-script attached ]
Hi Chris,
thanks for the response!
That seems to work (see below).
$ cd
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a
/lot/ of errors like this (strangely I hit none of these in check-llvm,
only in check-clang):
Any ideas?
==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes
at address 0x631000014800
==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...ecting
LLVM_ENABLE_DAGISEL_COV:BOOL=OFF
//Use doxygen to generate llvm API documentation.
LLVM_ENABLE_DOXYGEN:BOOL=OFF
//Enable Exception handling
LLVM_ENABLE_EH:BOOL=OFF
//Enable expensive checks
LLVM_ENABLE_EXPENSIVE_CHECKS:BOOL=OFF
//Use libffi to call external functions from the interpreter
LLVM_ENABLE_FFI:BOOL=OFF
//Use libc++ if available.
LLVM_ENABLE_LIBCXX:BOOL=OFF
//Use libedit if available.
LLVM_ENABLE_LIBEDIT:BOOL=ON
//Use lld as C and C++ linker.
LLVM_ENABLE_LLD:BOOL=OFF
//Compile with -fmodules-local-submodule-visibility.
LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY:BOOL=ON
//Build LLVM with...