Skip to content

Commit 1bdfe29

Browse files
authored
Merge pull request travitch#100 from lzto/master
support -gdwarf-4 flag
2 parents ca0b91c + 7a447e8 commit 1bdfe29

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
@@ -153,6 +153,7 @@ def __init__(self, inputList, exactMatches={}, patternMatches={}):
153153
'-ggdb3' : (0, ArgumentListFilter.compileUnaryCallback),
154154
'-gdwarf-2' : (0, ArgumentListFilter.compileUnaryCallback),
155155
'-gdwarf-3' : (0, ArgumentListFilter.compileUnaryCallback),
156+
'-gdwarf-4' : (0, ArgumentListFilter.compileUnaryCallback),
156157
'-gline-tables-only' : (0, ArgumentListFilter.compileUnaryCallback),
157158
'-grecord-gcc-switches': (0, ArgumentListFilter.compileUnaryCallback),
158159

0 commit comments

Comments
 (0)