Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Usual thing, go to https://git-scm.com/download/win and get the latest 32 bit installer. Again there’s probably a git in the build tools install, so if you can use that more power to you, however -

Installing git also gives you a bunch of command line tools that lit needs for testing:

Code Block
llvm-lit.py: C:\Work\david.spickett\llvm-project\llvm\utils\lit\lit\llvm\config.py:46: note: using lit tools: C:\Program Files (x86)\Git\usr\bin

(you can get these by installing MSYS2 instead, git for windows is based on anyway that I think)

Build Ninja

Again build tools can/does come with a ninja but the default one doesn’t run on WoA. I built ninja from source (https://github.com/ninja-build/ninja ) using the cmake build method.

...