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

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 06:57:01 PST 2023


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

Is this only for `hwasanThreadList` and `BlockSignals`?

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


More information about the llvm-commits mailing list