[all-commits] [llvm/llvm-project] c5459a: Ignore FileCheck when profcheck is enabled (#151214)
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Fri Aug 1 07:43:32 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c5459a0b57cbaacaca356a59148e2252d124b47b
https://github.com/llvm/llvm-project/commit/c5459a0b57cbaacaca356a59148e2252d124b47b
Author: Mircea Trofin <mtrofin at google.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M llvm/test/lit.cfg.py
Log Message:
-----------
Ignore FileCheck when profcheck is enabled (#151214)
When profcheck is enabled (presumably on a specific build bot), we want to ignore FileCheck because we're only interested in profile validation, and some tests are sensitive to the precise IR output, which profile validation alters slightly by inserting profile metadata.
Issue #147390
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