File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,12 @@ In addition to the above environment variables the following can be optionally u
60
60
variable.
61
61
Example ` LLVM_COMPILER_PATH=/home/user/llvm_and_clang/Debug+Asserts/bin ` .
62
62
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
+
67
69
68
70
Building a bitcode module with clang
69
71
====================================
You can’t perform that action at this time.
0 commit comments