aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorShafik Yaghmour <syaghmour@apple.com>2022-01-07 11:56:57 -0800
committerShafik Yaghmour <syaghmour@apple.com>2022-01-07 12:42:58 -0800
commit4f6d3a376c9faba93bbdf105966cea7585b0b8e9 (patch)
tree5891a9840f5edf5077dec826a2ce1030e3a3056c /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parent81f8345ac4eea57eec323d6f24405fb2db749dbf (diff)
downloadllvm-4f6d3a376c9faba93bbdf105966cea7585b0b8e9.zip
llvm-4f6d3a376c9faba93bbdf105966cea7585b0b8e9.tar.gz
llvm-4f6d3a376c9faba93bbdf105966cea7585b0b8e9.tar.bz2
[LLDB] Fix setting of success in Socket::Close()
Both close and closesocket should return 0 on success so using !! looks incorrect. I replaced this will a more readable == 0 check. Differential Revision: https://reviews.llvm.org/D116768
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions