We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787fca4 commit b98d418Copy full SHA for b98d418
.travis.yml
@@ -16,6 +16,6 @@ script:
16
# build apache with clang (i.e. httpd-2.4.12)
17
- ${WLLVM_HOME}/.travis/apache_clang.sh
18
# build apache with gcc and dragonegg (i.e. httpd-2.4.12)
19
- # - ${WLLVM_HOME}/.travis/apache_dragonegg.sh
+ - ${WLLVM_HOME}/.travis/apache_dragonegg.sh
20
21
driver/utils.py
@@ -583,7 +583,6 @@ def getCompiler(self):
583
else:
584
return ['{0}{1}gcc'.format(self.prefixPath, pfx)]
585
586
-
587
def getBitcodeArglistFilter(self):
588
return ArgumentListFilter(self.cmd)
589
0 commit comments