Skip to content

Commit 78397ab

Browse files
committed
travis work on musllvm
1 parent 51174ab commit 78397ab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ script:
3232
# Run unittests
3333
- python -m unittest discover test/ || exit 1
3434
- export WLLVM_HOME=`pwd`
35-
- export APACHE_VER=2.4.18
35+
# - export APACHE_VER=2.4.18
3636
# build apache with clang
37-
- ${WLLVM_HOME}/.travis/apache_clang.sh
37+
# - ${WLLVM_HOME}/.travis/apache_clang.sh
3838
# build apache with gcc and dragonegg
39-
- ${WLLVM_HOME}/.travis/apache_dragonegg.sh
39+
# - ${WLLVM_HOME}/.travis/apache_dragonegg.sh
4040
# build musllvm with clang
4141
- ${WLLVM_HOME}/.travis/musllvm.sh
4242

.travis/musllvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export WLLVM_OUTPUT=WARNING
1010
wllvm-sanity-checker
1111

1212

13-
git clone https://github.com/SRI-CSL/musllvm.git .
13+
git clone https://github.com/SRI-CSL/musllvm.git musllvm
1414
cd musllvm
1515
WLLVM_CONFIGURE_ONLY=1 CC=wllvm ./configure --target=LLVM --build=LLVM
1616
make

wllvm/arglistfilter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def getBitcodeFileName(self):
403403
(dirs, baseFile) = os.path.split(self.getOutputFilename())
404404
bcfilename = os.path.join(dirs, '.{0}.bc'.format(baseFile))
405405
return bcfilename
406-
406+
407407
# iam: returns a pair [objectFilename, bitcodeFilename] i.e .o and .bc.
408408
# the hidden flag determines whether the objectFile is hidden like the
409409
# bitcodeFile is (starts with a '.'), use the logging level & DUMPING flag to get a sense

0 commit comments

Comments
 (0)