File tree Expand file tree Collapse file tree 4 files changed +22
-31
lines changed Expand file tree Collapse file tree 4 files changed +22
-31
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ install:
29
29
30
30
# command to run tests
31
31
script :
32
+ # # Run unittests
33
+ - python -m unittest discover test/ || exit 1
32
34
- export WLLVM_HOME=`pwd`
33
35
- ${WLLVM_HOME}/.travis/store.sh
34
- # # Run unittests
35
- # - python -m unittest discover test/ || exit 1
36
- # - export APACHE_VER=2.4.18
37
- # # build apache with clang
38
- # - ${WLLVM_HOME}/.travis/apache_clang.sh
39
- # # build apache with gcc and dragonegg
40
- # - ${WLLVM_HOME}/.travis/apache_dragonegg.sh
41
- # # build musllvm with clang
42
- # - ${WLLVM_HOME}/.travis/musllvm.sh
36
+ - export APACHE_VER=2.4.18
37
+ # build apache with clang
38
+ - ${WLLVM_HOME}/.travis/apache_clang.sh
39
+ # build apache with gcc and dragonegg
40
+ - ${WLLVM_HOME}/.travis/apache_dragonegg.sh
41
+ # build musllvm with clang
42
+ - ${WLLVM_HOME}/.travis/musllvm.sh
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ export WLLVM_OUTPUT=WARNING
10
10
wllvm-sanity-checker
11
11
12
12
# setup the store so we test that feature as well
13
- # export WLLVM_BC_STORE=/tmp/bc
14
- # mkdir /tmp/bc
13
+ export WLLVM_BC_STORE=/tmp/bc
14
+ mkdir /tmp/bc
15
15
16
16
git clone https://github.com/SRI-CSL/musllvm.git musllvm
17
17
cd musllvm
27
27
fi
28
28
29
29
# now lets makes sure the store has the bitcode too.
30
- # mv ./lib/libc.a .
31
- # make clean
32
- # extract-bc --bitcode ./libc.a
33
-
34
- # if [ -s "./libc.a.bc" ]
35
- # then
36
- # echo "libc.a.bc exists."
37
- # else
38
- # exit 1
39
- # fi
40
-
41
-
42
-
43
-
44
-
45
-
30
+ mv ./lib/libc.a .
31
+ make clean
32
+ extract-bc --bitcode ./libc.a
46
33
34
+ if [ -s " ./libc.a.bc" ]
35
+ then
36
+ echo " libc.a.bc exists."
37
+ else
38
+ exit 1
39
+ fi
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ export PATH=/usr/lib/llvm-3.5/bin:${PATH}
7
7
export LLVM_COMPILER=clang
8
8
export WLLVM_OUTPUT=WARNING
9
9
10
- export WLLVM_OUTPUT=DEBUG
11
-
12
-
13
10
wllvm-sanity-checker
14
11
15
12
# setup the store so we test that feature as well
Original file line number Diff line number Diff line change 52
52
53
53
1.1.1 - 4/25/2017 bugs introduced by the new fetures have hopefully been eradicated.
54
54
55
+ 1.1.2 - 4/26/2017 encoding issues with hashlib in the python 3 swarm.
55
56
56
57
"""
57
58
58
- wllvm_version = '1.1.1 '
59
+ wllvm_version = '1.1.2 '
You can’t perform that action at this time.
0 commit comments