[llvm] 511d550 - [NFC] Testing new commit access by adding newline
Ryan Guo via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 16 22:56:24 PST 2023
Author: Ryan Guo
Date: 2023-02-16T22:52:31-08:00
New Revision: 511d550604541c97aad04f6c3050bcb622ee8d3e
URL: https://github.com/llvm/llvm-project/commit/511d550604541c97aad04f6c3050bcb622ee8d3e
DIFF: https://github.com/llvm/llvm-project/commit/511d550604541c97aad04f6c3050bcb622ee8d3e.diff
LOG: [NFC] Testing new commit access by adding newline
Added:
Modified:
llvm/include/llvm/ProfileData/SampleProfWriter.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/ProfileData/SampleProfWriter.h b/llvm/include/llvm/ProfileData/SampleProfWriter.h
index 4edb3b049e704..b235b53885b59 100644
--- a/llvm/include/llvm/ProfileData/SampleProfWriter.h
+++ b/llvm/include/llvm/ProfileData/SampleProfWriter.h
@@ -463,6 +463,7 @@ class SampleProfileWriterCompactBinary : public SampleProfileWriterBinary {
std::error_code writeFuncOffsetTable();
};
+
} // end namespace sampleprof
} // end namespace llvm
More information about the llvm-commits
mailing list