Skip to content

Commit 90d7ade

Browse files
readded So in regexp as not sure if this is needed or not
1 parent e1df3e3 commit 90d7ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def __init__(self, inputList, exactMatches={}, patternMatches={}):
214214
r'^.+\.(c|cc|cpp|C|cxx|i|s|S)$' : (0, ArgumentListFilter.inputFileCallback),
215215
#iam: the object file recogition is not really very robust, object files
216216
# should be determined by their existance and contents...
217-
r'^.+\.(o|so|po|a)$' : (0, ArgumentListFilter.objectFileCallback),
217+
r'^.+\.(o|So|so|po|a)$' : (0, ArgumentListFilter.objectFileCallback),
218218
r'^-(l|L).+$' : (0, ArgumentListFilter.linkUnaryCallback),
219219
r'^-I.+$' : (0, ArgumentListFilter.compileUnaryCallback),
220220
r'^-D.+$' : (0, ArgumentListFilter.compileUnaryCallback),

0 commit comments

Comments
 (0)