summaryrefslogtreecommitdiffstats
path: root/llvm/docs/DebuggingJITedCode.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/DebuggingJITedCode.rst')
-rw-r--r--llvm/docs/DebuggingJITedCode.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/DebuggingJITedCode.rst b/llvm/docs/DebuggingJITedCode.rst
index d6101d51003..fad4c9bfd20 100644
--- a/llvm/docs/DebuggingJITedCode.rst
+++ b/llvm/docs/DebuggingJITedCode.rst
@@ -29,7 +29,7 @@ GDB Version
In order to debug code JIT-ed by LLVM, you need GDB 7.0 or newer, which is
available on most modern distributions of Linux. The version of GDB that
Apple ships with Xcode has been frozen at 6.3 for a while. LLDB may be a
-better option for debugging JIT-ed code on Mac OS X.
+better option for debugging JIT-ed code on macOS.
Debugging MCJIT-ed code
OpenPOWER on IntegriCloud