search for: 6373183e

Displaying 2 results from an estimated 2 matches for "6373183e".

Did you mean: 373183
2015 Jul 28
0
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
...Built target check-llvm >>> >> >> Have you any idea on how to fix this >> >> Many Thanks >> Martell >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150728/6373183e/attachment.html>
2015 Jul 28
2
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
> > Is it turned ON in your build? > Yes it is turned on in my build here is my build script PATH=/mingw64/bin:$PATH FFI_INCLUDE_DIR="$(pkg-config --cflags libffi)" > FFI_INCLUDE_DIR=$(echo $FFI_INCLUDE_DIR | sed 's|-I||g') > > /mingw64/bin/cmake.exe \ > -G"MSYS Makefiles" \ > -DCMAKE_MAKE_PROGRAM="/usr/bin/make.exe" \ >