File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ In addition to the above environment variables the following can be optionally u
72
72
This may prevent configuration errors being cause by the unexpected production
73
73
of the hidden bitcode files.
74
74
75
- Example building bitcode module with clang
75
+ Building a bitcode module with clang
76
76
===============================
77
77
78
78
export LLVM_COMPILER=clang
@@ -85,7 +85,7 @@ Example building bitcode module with clang
85
85
# Produces pkg-config.bc
86
86
extract-bc pkg-config
87
87
88
- Example building bitcode module with dragonegg
88
+ Building a bitcode module with dragonegg
89
89
===============================
90
90
91
91
export LLVM_COMPILER=dragonegg
@@ -101,7 +101,7 @@ Example building bitcode module with dragonegg
101
101
extract-bc pkg-config
102
102
103
103
104
- Example building bitcode archive
104
+ Building bitcode archive
105
105
================================
106
106
107
107
export LLVM_COMPILER=clang
You can’t perform that action at this time.
0 commit comments