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 @@ -6,7 +6,7 @@ Introduction
6
6
============
7
7
8
8
This project, WLLVM, provides tools for building whole-program (or
9
- whole-library) LLVM bitcode files from an unmodified ` C ` or ` C++ `
9
+ whole-library) LLVM bitcode files from an unmodified C or C++
10
10
source package. It currently runs on ` *nix ` platforms such as Linux,
11
11
FreeBSD, and Mac OS X.
12
12
@@ -22,7 +22,7 @@ utility to read the contents of the dedicated section and link all of
22
22
the bitcode into a single whole-program bitcode file. This utility
23
23
works for both executable and native libraries.
24
24
25
- Currently, WLLVM works with either ` clang ` or the ` gcc ` dragonegg plugin.
25
+ Currently, WLLVM works with either clang or the gcc dragonegg plugin.
26
26
27
27
This two-phase build process is necessary to be a drop-in replacement
28
28
for gcc or g++ in any build system. Using the LTO framework in gcc
You can’t perform that action at this time.
0 commit comments