Skip to content

Commit 13c14f1

Browse files
committed
Typos etc, II.
1 parent 934d444 commit 13c14f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ In addition to the above environment variables the following can be optionally u
5656
something like `clang-3.7`. Similarly `LLVM_CXX_NAME` can be used to describe
5757
what the C++ compiler is called. Note that in these sorts of cases, the environment
5858
variable `LLVM_COMPILER` should still be set to `clang` not `clang-3.7` etc.
59-
We also pay attention to `LLVM_LINK_NAME` and `LLVM_AR_NAME` since they too
60-
get adorned with suffixes in various Linux distributions.
59+
We also pay attention to the environment variables `LLVM_LINK_NAME` and `LLVM_AR_NAME` in an
60+
analagous way, since they to get adorned with suffixes in various Linux distributions.
6161

6262
* `LLVM_COMPILER_PATH` can be set to the absolute path to the folder that
6363
contains the compiler and other LLVM tools such as `llvm-link` to be used.

0 commit comments

Comments
 (0)