mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 13:51:39 +00:00
test: Add the feature 'shell' on LLVM_ON_UNIX.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121104 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
63fbb52163
commit
e7331eea2d
@ -226,6 +226,10 @@ config.on_clone = on_clone
|
|||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
|
# Shell execution
|
||||||
|
if sys.platform not in ['win32']:
|
||||||
|
config.available_features.add('shell')
|
||||||
|
|
||||||
# Loadable module
|
# Loadable module
|
||||||
# FIXME: This should be supplied by Makefile or autoconf.
|
# FIXME: This should be supplied by Makefile or autoconf.
|
||||||
if sys.platform in ['win32', 'cygwin']:
|
if sys.platform in ['win32', 'cygwin']:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user