diff options
author | Reid Kleckner <rnk@google.com> | 2019-04-30 20:59:56 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-04-30 20:59:56 +0000 |
commit | 5642c3feb03d020dc06a62e3dc54f3206a97a391 (patch) | |
tree | b77f2c938bf9e850c976f050859759d0df7f8b54 /lldb/packages/Python/lldbsuite/test/lang/cpp | |
parent | f3ee97731eb524e9c7bc6911c205a38e643dfff4 (diff) | |
download | bcm5719-llvm-5642c3feb03d020dc06a62e3dc54f3206a97a391.tar.gz bcm5719-llvm-5642c3feb03d020dc06a62e3dc54f3206a97a391.zip |
Revert r359325 "[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION to void"
Changing INTERCEPT_FUNCTION to return void is not functionally correct.
IMO the best way to communicate failure or success of interception is
with a return value, not some external address comparison.
This change was also creating link errors for _except_handler4_common,
which is exported from ucrtbase.dll in 32-bit Windows.
Also revert dependent changes r359362 and r359466.
llvm-svn: 359611
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
0 files changed, 0 insertions, 0 deletions