[libc++] Define the no-exceptions Lit feature using the DSL
authorLouis Dionne <ldionne@apple.com>
Wed, 10 Jun 2020 12:03:51 +0000 (08:03 -0400)
committerLouis Dionne <ldionne@apple.com>
Wed, 10 Jun 2020 12:03:51 +0000 (08:03 -0400)
commit01a0c3b49aa2030d0da789e71e8ecf880284b89a
tree6d702c1574248581a14fd7699cf422c6e5cbd817
parent78e266efaba64fee2c527bfe5328af2088a3483f
[libc++] Define the no-exceptions Lit feature using the DSL

Instead of using logic in config.py, use the DSL to grab the no-exceptions
user-configurable parameter from the Lit command-line invocation.
libcxx/utils/libcxx/test/config.py
libcxx/utils/libcxx/test/params.py [new file with mode: 0644]