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.
26
26
27
27
### build-script invoking CMake
28
28
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
30
30
process. To build Swift benchmarks for additional platforms, pass the following
31
31
flags:
32
32
33
33
$ swift/utils/build-script --ios --watchos --tvos
34
34
35
- OS X benchmark driver binaries are placed in ` bin ` alongside ` swiftc ` .
35
+ macOS benchmark driver binaries are placed in ` bin ` alongside ` swiftc ` .
36
36
Additional platform binaries are placed in the ` benchmark/bin ` build directory.
37
37
38
38
The required Swift standard library dylibs are placed in ` lib ` . The
You can’t perform that action at this time.
0 commit comments