Skip to content

Commit 03bcf50

Browse files
committed
More small edits to the README
1 parent d2b59df commit 03bcf50

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ In addition to the above environment variables the following can be optionally u
6060
variable.
6161
Example `LLVM_COMPILER_PATH=/home/user/llvm_and_clang/Debug+Asserts/bin`.
6262

63-
* `WLLVM_CONFIGURE_ONLY` can be set to anything, when set `wllvm` and `wllvm++`
64-
will not carry out the second phase that involves the production of bitcode.
65-
This may prevent configuration errors being cause by the unexpected production
66-
of the hidden bitcode files.
63+
* `WLLVM_CONFIGURE_ONLY` can be set to anything. If it is set, `wllvm`
64+
and `wllvm++` behave like a normal C or C++ compiler. They do not
65+
the produce bitcode. Setting 'WLLVM_CONFIGURE_ONLY' may prevent
66+
configuration errors caused by the unexpected production of hidden
67+
bitcode files.
68+
6769

6870
Building a bitcode module with clang
6971
====================================

0 commit comments

Comments
 (0)