[all-commits] [llvm/llvm-project] 658278: Add CHECK-LABEL to avoid source tree path sensitiv...
Tex Riddell via All-commits
all-commits at lists.llvm.org
Thu Oct 31 09:05:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6582785d011ad7d9ca131c4122f93b1e54c5017a
https://github.com/llvm/llvm-project/commit/6582785d011ad7d9ca131c4122f93b1e54c5017a
Author: Tex Riddell <texr at microsoft.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M clang/test/CodeGen/2004-02-20-Builtins.c
Log Message:
-----------
Add CHECK-LABEL to avoid source tree path sensitivity in test (#112461)
The test `clang/test/CodeGen/2004-02-20-Builtins.c` will erroneously
fail if "builtin" is in the path to your source tree.
This change adds a `CHECK-LABEL !llvm.ident` after the `CHECK-NOT` to
avoid searching into the metadata containing the path.
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