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 1
1
![ WLLVM] ( img/dragon128x128.png?raw_true ) Whole Program LLVM
2
2
3
- [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow .svg )] ( https://opensource.org/licenses/MIT )
3
+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blueviolet .svg )] ( https://opensource.org/licenses/MIT )
4
4
[ ![ PyPI version] ( https://badge.fury.io/py/wllvm.svg )] ( https://badge.fury.io/py/wllvm )
5
5
[ ![ Build Status] ( https://travis-ci.org/SRI-CSL/whole-program-llvm.svg?branch=master )] ( https://travis-ci.org/SRI-CSL/whole-program-llvm )
6
6
[ ![ PyPI Statistics] ( https://img.shields.io/pypi/dm/wllvm.svg )] ( https://pypistats.org/packages/wllvm )
@@ -255,8 +255,8 @@ LTO Support
255
255
-----------
256
256
257
257
In some situations it is desirable to pass certain flags to clang in the step that
258
- produces the bitcode. This can be fulfilled by setting the
259
- ` LLVM_BITCODE_GENERATION_FLAGS ` environment variable to the desired
258
+ produces the bitcode. This can be fulfilled by setting the
259
+ ` LLVM_BITCODE_GENERATION_FLAGS ` environment variable to the desired
260
260
flags, for example ` "-flto -fwhole-program-vtables" ` .
261
261
262
262
Debugging
You can’t perform that action at this time.
0 commit comments