Skip to content

Commit 1c2a35b

Browse files
committed
2 parents 3948f73 + c0d792d commit 1c2a35b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
![WLLVM](img/dragon128x128.png?raw_true)Whole Program LLVM
22
==================
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
34
[![PyPI version](https://badge.fury.io/py/wllvm.svg)](https://badge.fury.io/py/wllvm)
45
[![Build Status](https://travis-ci.org/SRI-CSL/whole-program-llvm.svg?branch=master)](https://travis-ci.org/SRI-CSL/whole-program-llvm)
6+
[![PyPI Statistics](https://img.shields.io/pypi/dm/wllvm.svg)](https://pypistats.org/packages/wllvm)
57

68

79
Introduction

wllvm/arglistfilter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def __init__(self, inputList, exactMatches={}, patternMatches={}):
154154
'-gdwarf-2' : (0, ArgumentListFilter.compileUnaryCallback),
155155
'-gdwarf-3' : (0, ArgumentListFilter.compileUnaryCallback),
156156
'-gline-tables-only' : (0, ArgumentListFilter.compileUnaryCallback),
157+
'-grecord-gcc-switches': (0, ArgumentListFilter.compileUnaryCallback),
157158

158159
'-p' : (0, ArgumentListFilter.compileUnaryCallback),
159160
'-pg' : (0, ArgumentListFilter.compileUnaryCallback),

0 commit comments

Comments
 (0)