Buildbot wack-a-mole!
authorChris Bieneman <beanz@apple.com>
Wed, 19 Apr 2017 01:15:17 +0000 (01:15 +0000)
committerChris 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

index 8fbc51b239f57401e364885549e009d64e2cc1e0..1136061261450f585869a7fb8386cbb19d785da1 100644 (file)
@@ -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.