[compiler-rt] b18f30f - [NFC] test commit, fix namespace ending comment.

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 17 03:18:56 PDT 2021


Author: Florian Mayer
Date: 2021-06-17T11:18:36+01:00
New Revision: b18f30fb2dd157e5fef91d9327fd12b8965e7e0c

URL: https://github.com/llvm/llvm-project/commit/b18f30fb2dd157e5fef91d9327fd12b8965e7e0c
DIFF: https://github.com/llvm/llvm-project/commit/b18f30fb2dd157e5fef91d9327fd12b8965e7e0c.diff

LOG: [NFC] test commit, fix namespace ending comment.

Added: 
    

Modified: 
    compiler-rt/lib/hwasan/hwasan_thread_list.cpp
    compiler-rt/lib/hwasan/hwasan_thread_list.h

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/hwasan/hwasan_thread_list.cpp b/compiler-rt/lib/hwasan/hwasan_thread_list.cpp
index a31eee84ed937..fa46e658b69d5 100644
--- a/compiler-rt/lib/hwasan/hwasan_thread_list.cpp
+++ b/compiler-rt/lib/hwasan/hwasan_thread_list.cpp
@@ -12,4 +12,4 @@ void InitThreadList(uptr storage, uptr size) {
       new (thread_list_placeholder) HwasanThreadList(storage, size);
 }
 
-} // namespace
+} // namespace __hwasan

diff  --git a/compiler-rt/lib/hwasan/hwasan_thread_list.h b/compiler-rt/lib/hwasan/hwasan_thread_list.h
index 11c586314ce75..d726fa7b477ad 100644
--- a/compiler-rt/lib/hwasan/hwasan_thread_list.h
+++ b/compiler-rt/lib/hwasan/hwasan_thread_list.h
@@ -200,4 +200,4 @@ class HwasanThreadList {
 void InitThreadList(uptr storage, uptr size);
 HwasanThreadList &hwasanThreadList();
 
-} // namespace
+} // namespace __hwasan


        


More information about the llvm-commits mailing list