[all-commits] [llvm/llvm-project] 77011b: [Clang] Fix path-sensitivity in ubsan-bool.m test ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Aug 5 03:57:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77011b00ad5f7f1789e788e85aed1babeb540213
https://github.com/llvm/llvm-project/commit/77011b00ad5f7f1789e788e85aed1babeb540213
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M clang/test/CodeGenObjC/ubsan-bool.m
Log Message:
-----------
[Clang] Fix path-sensitivity in ubsan-bool.m test (NFC)
This test was failing whenever the path contained the string "f1",
e.g. as part of a commit hash.
Double-fix the issue by both not embedding the path in the IR at
all, and making the CHECK-LABELs more specific.
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