[compiler-rt] 0f61ba6 - [compiler-rt] Remove unnecessary ;
Marco Elver via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 28 07:46:48 PDT 2024
Author: Marco Elver
Date: 2024-06-28T16:45:02+02:00
New Revision: 0f61ba679fa1942397c8d2661f3339c305cc101b
URL: https://github.com/llvm/llvm-project/commit/0f61ba679fa1942397c8d2661f3339c305cc101b
DIFF: https://github.com/llvm/llvm-project/commit/0f61ba679fa1942397c8d2661f3339c305cc101b.diff
LOG: [compiler-rt] Remove unnecessary ;
NFC.
Added:
Modified:
compiler-rt/test/metadata/common.h
Removed:
################################################################################
diff --git a/compiler-rt/test/metadata/common.h b/compiler-rt/test/metadata/common.h
index af0e00902628e..d9c26872b614f 100644
--- a/compiler-rt/test/metadata/common.h
+++ b/compiler-rt/test/metadata/common.h
@@ -46,7 +46,7 @@ const char *meta_start;
const char *meta_end;
const char *atomics_start;
const char *atomics_end;
-}; // namespace
+} // namespace
extern "C" {
void __sanitizer_metadata_covered_add(uint32_t version, const char *start,
More information about the llvm-commits
mailing list