diff options
Diffstat (limited to 'llvm/docs/TestingGuide.rst')
| -rw-r--r-- | llvm/docs/TestingGuide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst index 949fecf4ccf..fed9a6bfcab 100644 --- a/llvm/docs/TestingGuide.rst +++ b/llvm/docs/TestingGuide.rst @@ -511,7 +511,7 @@ RUN lines: The suffix for the host platforms shared library files. This includes the period as the first character. - Example: ``.so`` (Linux), ``.dylib`` (OS X), ``.dll`` (Windows) + Example: ``.so`` (Linux), ``.dylib`` (macOS), ``.dll`` (Windows) ``%exeext`` The suffix for the host platforms executable files. This includes the |

