Skip to content

Commit b048183

Browse files
committed
tor and it's dependencies continue to stress wllvm and gllvm.
1 parent 7f87a5b commit b048183

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

wllvm/arglistfilter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ def __init__(self, inputList, exactMatches={}, patternMatches={}):
103103
'-D' : (1, ArgumentListFilter.compileBinaryCallback),
104104
'-U' : (1, ArgumentListFilter.compileBinaryCallback),
105105

106+
'-arch' : (1, ArgumentListFilter.compileBinaryCallback), #iam: openssl
107+
106108
# Dependency generation
107109
'-M' : (0, ArgumentListFilter.dependencyOnlyCallback),
108110
'-MM' : (0, ArgumentListFilter.dependencyOnlyCallback),

wllvm/version.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@
6666
6767
1.2.1 - 5/13/2018 -fsanitize= now recognized as a compile AND link flag (mothers day edition)
6868
69+
1.2.2 - 6/1/2018 lots of minor fixes from building big projects (and their dependencies) like tor
6970
7071
"""
7172

72-
wllvm_version = '1.2.1'
73-
wllvm_date = 'May 13th 2018'
73+
wllvm_version = '1.2.2'
74+
wllvm_date = 'June 1st 2018'

0 commit comments

Comments
 (0)