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)
commit314614ad4f20edff4c872525ef5d94a72cc9f8b5
tree95d2ec44b0bc33b02eda330caf8b54a61125f68d
parent2ab82347a3ee450044f7967f9de5779b3e330ec1
Disable exceptions for TestDataFormatterLibcxxOptional.py
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