diff options
author | Craig Topper <craig.topper@intel.com> | 2018-01-12 02:57:02 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2018-01-12 02:57:02 +0000 |
commit | a5bdee2414f60d9751e84b2c19e07aec93b7589f (patch) | |
tree | 0888ba24f778ffe6f0cd333f370a43c25dadf9e4 | |
parent | 478d6351569195f86f12896392d2f86e84136fa3 (diff) | |
download | bcm5719-llvm-a5bdee2414f60d9751e84b2c19e07aec93b7589f.tar.gz bcm5719-llvm-a5bdee2414f60d9751e84b2c19e07aec93b7589f.zip |
[Docs] Fix typo in toolchain documentation
llvm-svn: 322347
-rw-r--r-- | clang/docs/Toolchain.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/Toolchain.rst b/clang/docs/Toolchain.rst index e727ccdc7c1..06bde35c3da 100644 --- a/clang/docs/Toolchain.rst +++ b/clang/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. |