File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,8 +137,7 @@ runcmd(COMMAND "xcrun" "-toolchain" "${SWIFT_DARWIN_XCRUN_TOOLCHAIN}" "-f" "clan
137
137
# You have to delete CMakeCache.txt in the swift build to force a
138
138
# reconfiguration.
139
139
set (SWIFT_EXTRA_BENCH_CONFIGS CACHE STRING
140
- "A semicolon separated list of benchmark configurations. \
141
- Available configurations: <Optlevel>_SINGLEFILE, <Optlevel>_MULTITHREADED" )
140
+ "A semicolon separated list of benchmark configurations. Available configurations: <Optlevel>_SINGLEFILE, <Optlevel>_MULTITHREADED" )
142
141
143
142
# Syntax for an optset: <optimization-level>_<configuration>
144
143
# where "_<configuration>" is optional.
Original file line number Diff line number Diff line change @@ -984,7 +984,8 @@ class REPLEnvironment {
984
984
if (llvm::sys::Process::StandardInIsUserInput ())
985
985
llvm::outs () <<
986
986
" *** You are running Swift's integrated REPL, ***\n "
987
- " *** intended for testing purposes only. ***\n "
987
+ " *** intended for compiler and stdlib ***\n "
988
+ " *** development and testing purposes only. ***\n "
988
989
" *** The full REPL is built as part of LLDB. ***\n "
989
990
" *** Type ':help' for assistance. ***\n " ;
990
991
}
You can’t perform that action at this time.
0 commit comments