File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ We describe how to build both standalone and with build-script below.
2626
2727### build-script invoking CMake
2828
29- By default, Swift benchmarks for OS X are compiled during the Swift build
29+ By default, Swift benchmarks for macOS are compiled during the Swift build
3030process. To build Swift benchmarks for additional platforms, pass the following
3131flags:
3232
3333 $ swift/utils/build-script --ios --watchos --tvos
3434
35- OS X benchmark driver binaries are placed in ` bin ` alongside ` swiftc ` .
35+ macOS benchmark driver binaries are placed in ` bin ` alongside ` swiftc ` .
3636Additional platform binaries are placed in the ` benchmark/bin ` build directory.
3737
3838The required Swift standard library dylibs are placed in ` lib ` . The
You can’t perform that action at this time.
0 commit comments