[all-commits] [llvm/llvm-project] 44248d: [PGO][compiler-rt] Add a test to ensure include fi...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Jul 5 10:56:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44248d2d248be43c3e55d1ab6808342f63e0c70c
https://github.com/llvm/llvm-project/commit/44248d2d248be43c3e55d1ab6808342f63e0c70c
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2024-07-05 (Fri, 05 Jul 2024)
Changed paths:
A compiler-rt/test/profile/check-same-common-code.test
Log Message:
-----------
[PGO][compiler-rt] Add a test to ensure include files do not diverge (#97775)
Memprof has two include files that are duplicated between LLVM and
compiler-rt. They need to stay in sync to ensure correct functionality,
but the comments can be somewhat easy to miss, which causes fixups like
839ed1ba553346b0c225e9b839cf3cb716dc7412 to be needed. This patch adds a
test to ensure that the files are the same between LLVM and compiler-rt
to catch this ideally before commit, but if not, soon afterwards.
There is additionally `InstrProfData.inc` for some PGO variants that is
added to the same test here as well.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list