This revision was automatically updated to reflect the committed changes.
Closed by commit rL328658: Use the DWARF linkage name when importing C++
methods. (authored by davide, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D40283?vs=1
Author: davide
Date: Tue Mar 27 12:40:50 2018
New Revision: 328658
URL: http://llvm.org/viewvc/llvm-project?rev=328658&view=rev
Log:
Use the DWARF linkage name when importing C++ methods.
When importing C++ methods into clang AST nodes from the DWARF symbol
table, preserve the DW_AT_linkage_name
This revision was automatically updated to reflect the committed changes.
Closed by commit rL328649: [Core] Correctly handle float division in Scalar.
(authored by davide, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D44693
Files:
lld
davide added a comment.
Allright, we got this one.
davide@Davidinos-Mac-Pro ~/w/l/l/lldb> git llvm push
Pushing 1 commit:
55f24c19d1c [Core] Correctly handle float division in Scalar.
Sendinglldb/trunk/source/Core/Scalar.cpp
Sendinglldb/trunk/unittests/Core/ScalarTest.cpp
Tran
Author: davide
Date: Tue Mar 27 11:37:54 2018
New Revision: 328649
URL: http://llvm.org/viewvc/llvm-project?rev=328649&view=rev
Log:
[Core] Correctly handle float division in Scalar.
Patch by Tom Tromey!
Differential Revision: https://reviews.llvm.org/D44693
Modified:
lldb/trunk/source/Cor
labath created this revision.
labath added reviewers: clayborg, jasonmolenda.
Herald added a subscriber: mgorny.
We've had a mismatch in the checksum computation between the sender and
receiver. The sender computed the payload checksum using the wire
encoding of the packet, while the receiver did