search for: cncm

Displaying 1 result from an estimated 1 matches for "cncm".

Did you mean: ccm
2018 Mar 17
1
MCJIT with LLVM >= 5.0 on Windows 64
...e software it is used in are built with MSVC). It works fine when building LLVM / Faust with Mingw. On MSVC the code is generated with x86_64-pc-windows-msvc-elf as target triple, but there are crashes as soon as this code is executed. Relevant LLVM usage in Faust is here: https://github.com/grame-cncm/faust/blob/master-dev/compiler/generator/llvm/llvm_dynamic_dsp_aux.cpp I also found this topic which could be relevant, but I'm not knowledgeable enough to tell : https://groups.google.com/forum/#!topic/llvm-dev/mfbmC5o09CY [1] https://github.com/grame-cncm/faust/issues/158 ------- Jean-Mi...