File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
tools/libSwiftSyntaxParser Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 814a28fb9458d3c9b19b67fe80775aee3ad01fd4
2
+ refs/heads/master: 3adc38767b04c8cdcb95efa73f2d85361a930967
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -120,8 +120,9 @@ cmake --build "S:\b\cmark"
120
120
### 6. Build LLVM/Clang
121
121
- This must be done from within a developer command prompt. LLVM and Clang are
122
122
large projects, so building might take a few hours. Make sure that the build
123
- type (e.g. ` Debug ` , ` Release ` , ` RelWithDebInfoAssert ` ) for LLVM/Clang matches the
124
- build type for Swift.
123
+ type for LLVM/Clang is compatbile with the build type for Swift. That is,
124
+ either build everything ` Debug ` or some variant of ` Release ` (e.g. ` Release ` ,
125
+ ` RelWithDebInfo ` ).
125
126
``` cmd
126
127
mkdir "S:\b\llvm"
127
128
pushd "S:\b\llvm"
@@ -199,10 +200,8 @@ pushd "S:\b\lldb"
199
200
cmake -G Ninja^
200
201
-DCMAKE_BUILD_TYPE=RelWithDebInfo^
201
202
-DLLDB_ALLOW_STATIC_BINDINGS=YES^
202
- -DLLDB_PATH_TO_LLVM_SOURCE="S:\llvm"^
203
203
-DLLDB_PATH_TO_CLANG_SOURCE="S:\clang"^
204
204
-DLLDB_PATH_TO_SWIFT_SOURCE="S:\swift"^
205
- -DLLDB_PATH_TO_CMARK_BUILD="S:\b\cmark"^
206
205
-DLLDB_PATH_TO_CLANG_BUILD="S:\b\llvm"^
207
206
-DLLDB_PATH_TO_LLVM_BUILD="S:\b\llvm"^
208
207
-DLLDB_PATH_TO_SWIFT_BUILD="S:\b\swift"^
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ endif()
47
47
48
48
swift_install_in_component (parser-lib
49
49
FILES "${SWIFT_LIBRARY_OUTPUT_INTDIR} /${CMAKE_SHARED_LIBRARY_PREFIX}${SYNTAX_PARSER_LIB_NAME}${CMAKE_SHARED_LIBRARY_SUFFIX} "
50
+ PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
50
51
DESTINATION "lib${LLVM_LIBDIR_SUFFIX} /swift/${SWIFT_SDK_${SWIFT_HOST_VARIANT_SDK} _LIB_SUBDIR}" )
51
52
swift_install_in_component (parser-lib
52
53
DIRECTORY "${SWIFT_MAIN_INCLUDE_DIR} /swift-c/SyntaxParser/"
You can’t perform that action at this time.
0 commit comments