[llvm-dev] Moving to a new machine

Michael Kruse via llvm-dev llvm-dev at lists.llvm.org
Wed Feb 24 13:44:24 PST 2021


Am Mi., 24. Feb. 2021 um 14:52 Uhr schrieb Paul C. Anagnostopoulos via
llvm-dev <llvm-dev at lists.llvm.org>:
> If it matters, my build directory is not on the C drive. I'm using Ninja to build.

In addition to David's hint, ensure that you are invoking cmake and
ninja from the right Developer's Command Prompt (e.g. "x64 Native
Tools Command Prompt for VS 2019") or run the batch file that sets up
the paths.(e.g. `call "C:\Program Files (x86)\Microsoft Visual
Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" amd64`).

Michael


More information about the llvm-dev mailing list