Skip to content

Commit 1d9b553

Browse files
committed
2 parents a7e754a + 16e4fa6 commit 1d9b553

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
@@ -228,6 +228,7 @@ def __init__(self, inputList, exactMatches={}, patternMatches={}):
228228
r'^-f.+$' : (0, ArgumentListFilter.compileUnaryCallback),
229229
r'^-rtlib=.+$' : (0, ArgumentListFilter.linkUnaryCallback),
230230
r'^-std=.+$' : (0, ArgumentListFilter.compileUnaryCallback),
231+
r'^-stdlib=.+$' : (0, ArgumentListFilter.compileLinkUnaryCallback),
231232
r'^-mtune=.+$' : (0, ArgumentListFilter.compileUnaryCallback),
232233
r'^--sysroot=.+$' : (0, ArgumentListFilter.compileUnaryCallback),
233234
r'^-print-prog-name=.*$' : (0, ArgumentListFilter.compileUnaryCallback),

0 commit comments

Comments
 (0)