[compiler-rt] [hwasan] Move __hwasan_thread_enter/__hwasan_thread_exit out of namespace (PR #72123)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 07:00:22 PST 2023


================
@@ -561,4 +542,25 @@ void InstallAtExitCheckLeaks() {
 
 }  // namespace __hwasan
 
+using namespace __hwasan;
----------------
nikic wrote:

I believe it is also for `Thread` and `GetCurrentThread()`.

https://github.com/llvm/llvm-project/pull/72123


More information about the llvm-commits mailing list