mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 12:24:34 +00:00
test: Add the feature 'shell' on LLVM_ON_UNIX.
llvm-svn: 121104
This commit is contained in:
parent
7947c9770a
commit
63bff1a5d3
@ -226,6 +226,10 @@ config.on_clone = on_clone
|
||||
|
||||
### Features
|
||||
|
||||
# Shell execution
|
||||
if sys.platform not in ['win32']:
|
||||
config.available_features.add('shell')
|
||||
|
||||
# Loadable module
|
||||
# FIXME: This should be supplied by Makefile or autoconf.
|
||||
if sys.platform in ['win32', 'cygwin']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user