Displaying 4 results from an estimated 4 matches for "vcvar".
Did you mean:
vvar
2019 Feb 20
1
How to build xapian 1.4.10 with MSVC2017
hi, I have read the install document,https://github.com/xapian/xapian/blob/v1.4.10/xapian-core/INSTALL,but don't how to build xapian project by MSVC.
I execute command in mingw64.exe: ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS=-EHsc AR=lib
has some errors:
# ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS=-EHsc
2019 Jan 23
2
Windows/Clang build instrumented/PGO
...king at doing this on Windows and I am
running into problems.
I bootstrap the build by downloading the 7.0.1 binaries from llvm.org, then
pass clang-cl as the compiler and lld-link as the linker. I have Visual
Studio 2015 CE installed as well and run all the commands under a cmd that
has the right vcvars set.
To build the instrumented build I pass -DLLVM_BUILD_INSTRUMENTED=ON, I
started with passing -DLLVM_BUILD_INSTRUMENTED=IR but that doesn't build
because clang-cl doesn't understand the flags passed then. Instrumeted=ON
makes it build but it fails to link ( see build log at the end of...
2018 Sep 22
2
can't build/run after adding lib to Fibonacci example, even reverting the complete llvm tree does not help
first: thank you for helping out
>I might try compiling your source from the VS's Developer Command Prompt:
>cmake --build . --target Fibonacci
>Does this work?
call "C:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
cd llvm-build
cmake --build . --config Debug --target Fibonacci
building Fibonacci example works BUT X86CommonTableGen get rebuild again?
Das Projekt
"D:\projects\fun\jit_tests\clang_from_src\llvm-build\lib\Target\X86\InstPrinter\LLVMX86AsmPrinter.vcxproj"
(37) erstellt...
2019 Feb 20
2
How to build xapian 1.4.10 with MSVC2017
Thanks for your reply.
I had run vcvars64.bat,but still cann't find 'cl'.
Finally I fix it, change msys2_shell.cmd: "if it is present: replace rem set MSYS2_PATH_TYPE=inherit with set MSYS2_PATH_TYPE=inherit".
And other errors :
# ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFL...