We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347c1a3 commit 9ec0f11Copy full SHA for 9ec0f11
README.md
@@ -54,7 +54,7 @@ In addition to the above environment variables the following can be optionally u
54
55
* `LLVM_CC_NAME` can be set if your clang compiler is not called `clang` but
56
something like `clang-3.7`. Similarly `LLVM_CXX_NAME` can be used to describe
57
- what the C++ is called. Note that in these sorts of cases, the environment
+ what the C++ compiler is called. Note that in these sorts of cases, the environment
58
variable `LLVM_COMPILER` should still be set to `clang` not `clang-3.7` etc.
59
60
* `LLVM_COMPILER_PATH` can be set to the absolute path to the folder that
0 commit comments