mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Suppress llvm/test/Other/can-execute.txt on msys bash.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184932 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87070fe107
commit
7e980a6845
@ -1,4 +1,4 @@
|
||||
REQUIRES: shell
|
||||
REQUIRES: can-execute
|
||||
|
||||
This tests that we abstract two peculiarities of unix in can_execute:
|
||||
|
||||
|
@ -250,6 +250,10 @@ for pattern in [r"\bbugpoint\b(?!-)", r"(?<!/|-)\bclang\b(?!-)",
|
||||
if execute_external:
|
||||
config.available_features.add('shell')
|
||||
|
||||
# Others/can-execute.txt
|
||||
if sys.platform not in ['win32']:
|
||||
config.available_features.add('can-execute')
|
||||
|
||||
# Loadable module
|
||||
# FIXME: This should be supplied by Makefile or autoconf.
|
||||
if sys.platform in ['win32', 'cygwin']:
|
||||
|
Loading…
Reference in New Issue
Block a user