diff --git a/docs/CommandGuide/llvm-lipo.rst b/docs/CommandGuide/llvm-lipo.rst index 666b48116e1..20b2984fc9b 100644 --- a/docs/CommandGuide/llvm-lipo.rst +++ b/docs/CommandGuide/llvm-lipo.rst @@ -70,4 +70,4 @@ COMMANDS BUGS ---- -To report bugs, please visit . +To report bugs, please visit . diff --git a/docs/CommandGuide/llvm-objcopy.rst b/docs/CommandGuide/llvm-objcopy.rst index 468d9ae73fb..14e08d7641d 100644 --- a/docs/CommandGuide/llvm-objcopy.rst +++ b/docs/CommandGuide/llvm-objcopy.rst @@ -545,7 +545,7 @@ Otherwise, it exits with code 0. BUGS ---- -To report bugs, please visit . +To report bugs, please visit . There is a known issue with :option:`--input-target` and :option:`--target` causing only ``binary`` and ``ihex`` formats to have any effect. Other values diff --git a/docs/CommandGuide/llvm-objdump.rst b/docs/CommandGuide/llvm-objdump.rst index d3ae1c2b709..04c76491101 100644 --- a/docs/CommandGuide/llvm-objdump.rst +++ b/docs/CommandGuide/llvm-objdump.rst @@ -324,7 +324,7 @@ MACH-O ONLY OPTIONS AND COMMANDS BUGS ---- -To report bugs, please visit . +To report bugs, please visit . SEE ALSO -------- diff --git a/docs/CommandGuide/llvm-size.rst b/docs/CommandGuide/llvm-size.rst index 856d2f9ac97..b229bc63d40 100644 --- a/docs/CommandGuide/llvm-size.rst +++ b/docs/CommandGuide/llvm-size.rst @@ -195,4 +195,4 @@ Otherwise, it exits with code 0. BUGS ---- -To report bugs, please visit . +To report bugs, please visit . diff --git a/docs/CommandGuide/llvm-strings.rst b/docs/CommandGuide/llvm-strings.rst index a393dabd847..e2fe4cb88c9 100644 --- a/docs/CommandGuide/llvm-strings.rst +++ b/docs/CommandGuide/llvm-strings.rst @@ -127,4 +127,4 @@ Otherwise, it exits with code 0. BUGS ---- -To report bugs, please visit . +To report bugs, please visit . diff --git a/docs/CommandGuide/llvm-strip.rst b/docs/CommandGuide/llvm-strip.rst index b962a1f96e8..455dc07e9c5 100644 --- a/docs/CommandGuide/llvm-strip.rst +++ b/docs/CommandGuide/llvm-strip.rst @@ -190,7 +190,7 @@ Otherwise, it exits with code 0. BUGS ---- -To report bugs, please visit . +To report bugs, please visit . SEE ALSO -------- diff --git a/docs/CompileCudaWithLLVM.rst b/docs/CompileCudaWithLLVM.rst index c471c48c2d9..a2d7fd0b745 100644 --- a/docs/CompileCudaWithLLVM.rst +++ b/docs/CompileCudaWithLLVM.rst @@ -30,7 +30,7 @@ Before you build CUDA code, you'll need to have installed the CUDA SDK. See `NVIDIA's CUDA installation guide `_ for details. Note that clang `maynot support -`_ the CUDA toolkit as installed by +`_ the CUDA toolkit as installed by some Linux package managers. Clang does attempt to deal with specific details of CUDA installation on a handful of common Linux distributions, but in general the most reliable way to make it work is to install CUDA in a single directory from diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst index cb2c8e712bf..4e83955a054 100644 --- a/docs/LibFuzzer.rst +++ b/docs/LibFuzzer.rst @@ -768,7 +768,7 @@ Trophies * WOFF2: `[1] `__ -* LLVM: `Clang `_, `Clang-format `_, `libc++ `_, `llvm-as `_, `Demangler `_, Disassembler: http://reviews.llvm.org/rL247405, http://reviews.llvm.org/rL247414, http://reviews.llvm.org/rL247416, http://reviews.llvm.org/rL247417, http://reviews.llvm.org/rL247420, http://reviews.llvm.org/rL247422. +* LLVM: `Clang `_, `Clang-format `_, `libc++ `_, `llvm-as `_, `Demangler `_, Disassembler: http://reviews.llvm.org/rL247405, http://reviews.llvm.org/rL247414, http://reviews.llvm.org/rL247416, http://reviews.llvm.org/rL247417, http://reviews.llvm.org/rL247420, http://reviews.llvm.org/rL247422. * Tensorflow: `[1] `__