Skip to content

Commit b98d418

Browse files
committed
OK now that I suceeded in ucommenting the draggonegg test, it may actually run.
1 parent 787fca4 commit b98d418

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ script:
1616
# build apache with clang (i.e. httpd-2.4.12)
1717
- ${WLLVM_HOME}/.travis/apache_clang.sh
1818
# build apache with gcc and dragonegg (i.e. httpd-2.4.12)
19-
# - ${WLLVM_HOME}/.travis/apache_dragonegg.sh
19+
- ${WLLVM_HOME}/.travis/apache_dragonegg.sh
2020

2121

driver/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,6 @@ def getCompiler(self):
583583
else:
584584
return ['{0}{1}gcc'.format(self.prefixPath, pfx)]
585585

586-
587586
def getBitcodeArglistFilter(self):
588587
return ArgumentListFilter(self.cmd)
589588

0 commit comments

Comments
 (0)