[compiler-rt] [llvm] Revert "Fix some small typos in compiler-rt. NFC" (PR #133513)

via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 28 13:19:29 PDT 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 91d2ecf0d563b03d75380375e8ac26a291bed9d7 effbb65875f3e89e3af05f47f03ba362635e81f1 --extensions cpp,h,inc,c -- compiler-rt/include/profile/InstrProfData.inc compiler-rt/lib/asan/asan_activation.cpp compiler-rt/lib/asan/asan_flags.h compiler-rt/lib/asan/asan_interceptors.cpp compiler-rt/lib/asan/asan_report.cpp compiler-rt/lib/memprof/memprof_flags.h compiler-rt/lib/profile/InstrProfiling.h compiler-rt/lib/profile/InstrProfilingFile.c compiler-rt/lib/profile/InstrProfilingInternal.h compiler-rt/test/asan/TestCases/Posix/deep_call_stack.cpp compiler-rt/test/asan/TestCases/Posix/stack-overflow.cpp compiler-rt/test/asan/TestCases/alloca_instruments_all_paddings.cpp compiler-rt/test/sanitizer_common/TestCases/Darwin/malloc_zone.cpp compiler-rt/test/tsan/Darwin/no_call_setenv_in_symbolize.cpp compiler-rt/test/tsan/Linux/clone_setns.cpp llvm/include/llvm/ProfileData/InstrProfData.inc
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/compiler-rt/lib/profile/InstrProfilingInternal.h b/compiler-rt/lib/profile/InstrProfilingInternal.h
index 03df71828b..d9e1662f89 100644
--- a/compiler-rt/lib/profile/InstrProfilingInternal.h
+++ b/compiler-rt/lib/profile/InstrProfilingInternal.h
@@ -128,7 +128,7 @@ typedef struct VPDataReaderType {
                            uint8_t *SiteCountArray[]);
   /* Function pointer to getValueProfRecordHeader method. */
   uint32_t (*GetValueProfRecordHeaderSize)(uint32_t NumSites);
-  /* Function pointer to getFristValueProfRecord method. */  
+  /* Function pointer to getFristValueProfRecord method. */
   struct ValueProfRecord *(*GetFirstValueProfRecord)(struct ValueProfData *);
   /* Return the number of value data for site \p Site.  */
   uint32_t (*GetNumValueDataForSite)(uint32_t VK, uint32_t Site);

``````````

</details>


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


More information about the llvm-commits mailing list