File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ script:
32
32
# Run unittests
33
33
- python -m unittest discover test/ || exit 1
34
34
- export WLLVM_HOME=`pwd`
35
- - export APACHE_VER=2.4.18
35
+ # - export APACHE_VER=2.4.18
36
36
# build apache with clang
37
- - ${WLLVM_HOME}/.travis/apache_clang.sh
37
+ # - ${WLLVM_HOME}/.travis/apache_clang.sh
38
38
# build apache with gcc and dragonegg
39
- - ${WLLVM_HOME}/.travis/apache_dragonegg.sh
39
+ # - ${WLLVM_HOME}/.travis/apache_dragonegg.sh
40
40
# build musllvm with clang
41
41
- ${WLLVM_HOME}/.travis/musllvm.sh
42
42
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export WLLVM_OUTPUT=WARNING
10
10
wllvm-sanity-checker
11
11
12
12
13
- git clone https://github.com/SRI-CSL/musllvm.git .
13
+ git clone https://github.com/SRI-CSL/musllvm.git musllvm
14
14
cd musllvm
15
15
WLLVM_CONFIGURE_ONLY=1 CC=wllvm ./configure --target=LLVM --build=LLVM
16
16
make
Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ def getBitcodeFileName(self):
403
403
(dirs , baseFile ) = os .path .split (self .getOutputFilename ())
404
404
bcfilename = os .path .join (dirs , '.{0}.bc' .format (baseFile ))
405
405
return bcfilename
406
-
406
+
407
407
# iam: returns a pair [objectFilename, bitcodeFilename] i.e .o and .bc.
408
408
# the hidden flag determines whether the objectFile is hidden like the
409
409
# bitcodeFile is (starts with a '.'), use the logging level & DUMPING flag to get a sense
You can’t perform that action at this time.
0 commit comments