Skip to content

Commit af84144

Browse files
committed
arglistfilter: Add -grecord-gcc-switches
1 parent 7e39009 commit af84144

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)