Browse Source

Add a line break to fix code formatting

pull/696/head
Olli Niskanen 9 years ago committed by GitHub
parent
commit
1cd8d2c00a
  1. 3
      docs/BuildingLLVM.md

3
docs/BuildingLLVM.md

@ -60,7 +60,8 @@ Before building, ensure cmake is installed under Applications/Cmake.app and Ninj @@ -60,7 +60,8 @@ Before building, ensure cmake is installed under Applications/Cmake.app and Ninj
1. Navigate to `build/scripts`
2. Clone, build and package LLVM with
```../premake5-osx --file=LLVM.lua clone_llvm
```
../premake5-osx --file=LLVM.lua clone_llvm
../premake5-osx --file=LLVM.lua build_llvm
../premake5-osx --file=LLVM.lua package_llvm
```

Loading…
Cancel
Save