diff options
author | Sunil Srivastava <sunil_srivastava@playstation.sony.com> | 2018-06-07 00:42:59 +0000 |
---|---|---|
committer | Sunil Srivastava <sunil_srivastava@playstation.sony.com> | 2018-06-07 00:42:59 +0000 |
commit | a74031b6402729c6c53d8f862e2fc6204a68a5a0 (patch) | |
tree | 8a4c8f2dd8888295fb6b6afcfa5b31ab71bc7585 /lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py | |
parent | 661d81ef61d3b72956ed4cbee23ce599cbc079d2 (diff) | |
download | bcm5719-llvm-a74031b6402729c6c53d8f862e2fc6204a68a5a0.tar.gz bcm5719-llvm-a74031b6402729c6c53d8f862e2fc6204a68a5a0.zip |
Change the wording of RTTI errors to make them more generic.
An attempt to use dynamic_cast while rtti is disabled, used to emit the error:
cannot use dynamic_cast with -fno-rtti
and a similar one for typeid.
This patch changes that to:
use of dynamic_cast requires -frtti
Differential Revision: https://reviews.llvm.org/D47291
llvm-svn: 334153
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py')
0 files changed, 0 insertions, 0 deletions