File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ In addition to the above environment variables the following can be optionally u
56
56
something like ` clang-3.7 ` . Similarly ` LLVM_CXX_NAME ` can be used to describe
57
57
what the C++ compiler is called. Note that in these sorts of cases, the environment
58
58
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.
61
61
62
62
* ` LLVM_COMPILER_PATH ` can be set to the absolute path to the folder that
63
63
contains the compiler and other LLVM tools such as ` llvm-link ` to be used.
You can’t perform that action at this time.
0 commit comments