diff options
Diffstat (limited to 'test/lit.cfg')
-rw-r--r-- | test/lit.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lit.cfg b/test/lit.cfg index c1003e70..1bfc16e9 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -200,6 +200,10 @@ if config.enable_posix_runtime: if config.enable_libcxx: config.available_features.add('libcxx') +# C++ Exception Handling feature +if config.enable_eh_cxx: + config.available_features.add('eh-cxx') + # Target operating system features supported_targets = ['linux', 'darwin', 'freebsd'] for target in supported_targets: |