summaryrefslogtreecommitdiffstats
path: root/lldb/docs/testsuite
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-05-14 16:37:43 +0000
committerAdrian Prantl <aprantl@apple.com>2019-05-14 16:37:43 +0000
commit19ae9d010dcfaa14b86fdcdeae14b7bebf1a281b (patch)
treeea2f3c0bd0633596e6c4d2c8be5366e0a45fc96a /lldb/docs/testsuite
parentbbe4ff10df2cf0e2bd35d84f403c35d27290d375 (diff)
downloadbcm5719-llvm-19ae9d010dcfaa14b86fdcdeae14b7bebf1a281b.tar.gz
bcm5719-llvm-19ae9d010dcfaa14b86fdcdeae14b7bebf1a281b.zip
Rename MacOS X -> macOS where applicable.
llvm-svn: 360691
Diffstat (limited to 'lldb/docs/testsuite')
-rw-r--r--lldb/docs/testsuite/a-detailed-walkthrough.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/docs/testsuite/a-detailed-walkthrough.txt b/lldb/docs/testsuite/a-detailed-walkthrough.txt
index be679ef353d..fff5a40d1da 100644
--- a/lldb/docs/testsuite/a-detailed-walkthrough.txt
+++ b/lldb/docs/testsuite/a-detailed-walkthrough.txt
@@ -123,7 +123,7 @@ And the test/plugins/darwin.py provides the implementation for all three build
methods using the makefile mechanism. We envision that linux plugin can use a
similar approach to accomplish the task of building the binaries.
-Mac OS X provides an additional way to manipulate archived DWARF debug symbol
+macOS provides an additional way to manipulate archived DWARF debug symbol
files and produces dSYM files. The buildDsym() instance method is used by the
test method to build the binary with dsym info. For an example of this,
see test/array_types/TestArrayTypes.py:
OpenPOWER on IntegriCloud