Lines Matching refs:REM
4 REM Script for building the LLVM installer on Windows,
5 REM used for the the weekly snapshots at http://www.llvm.org/builds.
6 REM
7 REM Usage: build_llvm_package.bat <revision>
9 REM Prerequisites:
10 REM
11 REM Visual Studio 2013, CMake, Ninja, SVN, GNUWin32,
12 REM NSIS with the strlen_8192 patch,
13 REM Visual Studio 2013 SDK (for the clang-format plugin).
16 REM You may need to modify the paths below:
47 REM TODO: Run all tests, including lld and compiler-rt.