File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ cmake --build "%swift_source_dir%/build/Ninja-DebugAssert/cmark-windows-amd64/"
114
114
- Optionally, you can omit building compiler-rt by removing all lines referring
115
115
to ` compiler-rt ` below, which should give faster build times.
116
116
``` cmd
117
- mklink /J "%swift_source_dir%/llvm/tools/clang" "%swift_source_dir%/clang"
118
117
mklink /J "%swift_source_dir%/llvm/tools/compiler-rt" "%swift_source_dir%/compiler-rt"
119
118
mkdir "%swift_source_dir%/build/Ninja-DebugAssert/llvm-windows-amd64"
120
119
pushd "%swift_source_dir%/build/Ninja-DebugAssert/llvm-windows-amd64"
@@ -125,6 +124,7 @@ cmake -G "Ninja"^
125
124
-DLLVM_INCLUDE_DOCS=TRUE^
126
125
-DLLVM_TOOL_COMPILER_RT_BUILD=TRUE^
127
126
-DLLVM_BUILD_EXTERNAL_COMPILER_RT=TRUE^
127
+ -DLLVM_ENABLE_PROJECTS=clang^
128
128
-DLLVM_LIT_ARGS=-sv^
129
129
-DLLVM_TARGETS_TO_BUILD=X86^
130
130
-DLLVM_DEFAULT_TARGET_TRIPLE=x86_64-unknown-windows-msvc^
You can’t perform that action at this time.
0 commit comments