mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-01 14:58:18 +00:00
[Docs] Fix typo in toolchain documentation
llvm-svn: 322347
This commit is contained in:
parent
478d635156
commit
a5bdee2414
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user