diff options
author | Craig Topper <craig.topper@intel.com> | 2018-09-30 23:43:30 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2018-09-30 23:43:30 +0000 |
commit | 1d1dca6a6f9a2815eeb4676df16f4478965d4610 (patch) | |
tree | 392b3747d7b35de42bea9b29343f3a9366dca06b /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | |
parent | 71d781c4344c644622539e65ae1a3693d01c4ebe (diff) | |
download | bcm5719-llvm-1d1dca6a6f9a2815eeb4676df16f4478965d4610.tar.gz bcm5719-llvm-1d1dca6a6f9a2815eeb4676df16f4478965d4610.zip |
[X86] Change an llvm_unreachable to a report_fatal_error so the optimizer will stop making us reach the other report_fatal_error in this function.
There's a conditional report_fatal_error just above this llvm_unreachable. The optimizer when seeing the unreachable removes the conditional and just makes any other error trigger the existing report_fatal_error.
llvm-svn: 343428
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions