Skip to content

Commit 20ae947

Browse files
committed
see if travis likes this?
1 parent 0c9b36e commit 20ae947

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis/apache_clang.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55

6-
export PATH=/usr/lib/llvm-${LLVM_VERSION}/bin:${PATH}
6+
export PATH=/usr/lib/llvm-3.5/bin:${PATH}
77
export LLVM_COMPILER=clang
88
export WLLVM_OUTPUT=WARNING
99

wllvm/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
fullSelfPath = os.path.realpath(__file__)
1818
prefix = os.path.dirname(fullSelfPath)
1919
driverDir = prefix
20-
asDir = os.path.abspath(os.path.join(driverDir, '..', 'dragonegg_as')
20+
asDir = os.path.abspath(os.path.join(driverDir, '..', 'dragonegg_as'))
2121

2222

2323
# Environmental variable for path to compiler tools (clang/llvm-link etc..)

wllvm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
1717
1818
"""
19-
wllvm_version='1.0.2'
19+
wllvm_version='1.0.3dev0'
2020

0 commit comments

Comments
 (0)