diff options
Diffstat (limited to 'docs/Toolchain.rst')
-rw-r--r-- | docs/Toolchain.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Toolchain.rst b/docs/Toolchain.rst index e727ccdc7c1ac..06bde35c3da6b 100644 --- a/docs/Toolchain.rst +++ b/docs/Toolchain.rst @@ -106,7 +106,7 @@ Assember Clang can either use LLVM's integrated assembler or an external system-specific tool (for instance, the GNU Assembler on GNU OSes) to produce machine code from assembly. -By default, Clang uses LLVM's integrataed assembler on all targets where it is +By default, Clang uses LLVM's integrated assembler on all targets where it is supported. If you wish to use the system assember instead, use the ``-fno-integrated-as`` option. |