diff options
author | Adrian Prantl <aprantl@apple.com> | 2019-05-17 17:05:23 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2019-05-17 17:05:23 +0000 |
commit | 5d95b11b6b60ff1f0282fa63b5750af3064b0e64 (patch) | |
tree | f5f9978fb55cc0e88c715bb42cd2762b5a326f46 | |
parent | 012ef1cca7d8eb9de76e881159936606283643a2 (diff) | |
download | bcm5719-llvm-5d95b11b6b60ff1f0282fa63b5750af3064b0e64.tar.gz bcm5719-llvm-5d95b11b6b60ff1f0282fa63b5750af3064b0e64.zip |
Update list of supported architectures.
llvm-svn: 361049
-rw-r--r-- | lldb/docs/index.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst index 9824e850e83..595a1214f37 100644 --- a/lldb/docs/index.rst +++ b/lldb/docs/index.rst @@ -67,11 +67,11 @@ Platform Support LLDB is known to work on the following platforms, but ports to new platforms are welcome: -* macOS desktop user space debugging for i386 and x86-64 -* iOS simulator debugging on i386 -* iOS device debugging on ARM -* Linux local user-space debugging for i386, x86-64 and PPC64le -* FreeBSD local user-space debugging for i386 and x86-64 +* macOS desktop user space debugging for i386 and x86_64 +* iOS simulator debugging on i386 and x86_64 +* iOS device debugging on ARM and AArch64 +* Linux local user-space debugging for i386, x86_64 and PPC64le +* FreeBSD local user-space debugging for i386 and x86_64 * Windows local user-space debugging for i386 (*) (*) Support for Windows is under active development. Basic functionality is |