projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9adebed
)
Buildbot wack-a-mole!
author
Chris Bieneman
<beanz@apple.com>
Wed, 19 Apr 2017 01:15:17 +0000
(
01:15
+0000)
committer
Chris Bieneman
<beanz@apple.com>
Wed, 19 Apr 2017 01:15:17 +0000
(
01:15
+0000)
This should fix the netbsd bot I just broke.
llvm-svn: 300638
lldb/source/Host/common/MainLoop.cpp
patch
|
blob
|
history
diff --git
a/lldb/source/Host/common/MainLoop.cpp
b/lldb/source/Host/common/MainLoop.cpp
index 8fbc51b239f57401e364885549e009d64e2cc1e0..1136061261450f585869a7fb8386cbb19d785da1 100644
(file)
--- a/
lldb/source/Host/common/MainLoop.cpp
+++ b/
lldb/source/Host/common/MainLoop.cpp
@@
-141,7
+141,7
@@
void MainLoop::UnregisterReadObject(IOObject::WaitableHandle handle) {
void MainLoop::UnregisterSignal(int signo) {
#if SIGNAL_POLLING_UNSUPPORTED
-
error.SetErrorString
("Signal polling is not supported on this platform.");
+
Error
("Signal polling is not supported on this platform.");
return nullptr;
#else
// We undo the actions of RegisterSignal on a best-effort basis.