mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-25 14:50:26 +00:00
Fix a typo spotted by Anton.
llvm-svn: 202638
This commit is contained in:
parent
f8b7266d57
commit
d40922989a
@ -1,8 +1,9 @@
|
||||
C++11
|
||||
=====
|
||||
|
||||
Originally, LLD was developed in C++ unlike the rest of LLVM. Now, all of LLVM,
|
||||
LLD, and Clang are developed using C++11. See the `LLVM Coding Standards`_ for
|
||||
details on the precise subset of C++11 supported by the various host compilers.
|
||||
Originally, LLD was developed in C++11 unlike the rest of LLVM. Now, all of
|
||||
LLVM, LLD, and Clang are developed using C++11. See the `LLVM Coding
|
||||
Standards`_ for details on the precise subset of C++11 supported by the various
|
||||
host compilers.
|
||||
|
||||
.. _LLVM Coding Standards: http://llvm.org/docs/CodingStandards.html
|
||||
|
Loading…
Reference in New Issue
Block a user