Fix typo causing build failure
authorLogan Smith <logan.r.smith0@gmail.com>
Mon, 20 Jul 2020 22:13:22 +0000 (15:13 -0700)
committerLogan Smith <logan.r.smith0@gmail.com>
Mon, 20 Jul 2020 22:14:08 +0000 (15:14 -0700)
(facepalm)

compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp

index dfa70c8..bd72c0a 100644 (file)
@@ -89,7 +89,7 @@ class SuspendedThreadsListLinux : public SuspendedThreadsList {
  public:
   SuspendedThreadsListLinux() { thread_ids_.reserve(1024); }
 
-  tid_t GetThreadID(uptr index) override const;
+  tid_t GetThreadID(uptr index) const override;
   uptr ThreadCount() const override;
   bool ContainsTid(tid_t thread_id) const;
   void Append(tid_t tid);