Disable exceptions for TestDataFormatterLibcxxOptional.py
authorFrederic Riss <friss@apple.com>
Sat, 25 Aug 2018 01:25:24 +0000 (01:25 +0000)
committerFrederic Riss <friss@apple.com>
Sat, 25 Aug 2018 01:25:24 +0000 (01:25 +0000)
On macOS, some of the <optional> APIs used by the test are available only
starting on macOS 10.14 when using exceptions. Build the test with
-fno-exceptions so that the test builds on older systems too.

rdar://problem/43700544

llvm-svn: 340676

lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/optional/Makefile