[all-commits] [llvm/llvm-project] 1fe4f2: [Inliner][test] Fix incorrect REQUIRE line in `inl...
Min-Yih Hsu via All-commits
all-commits at lists.llvm.org
Mon Jun 10 15:32:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1fe4f2d1a4b9d16ae41076608783df4427a4d985
https://github.com/llvm/llvm-project/commit/1fe4f2d1a4b9d16ae41076608783df4427a4d985
Author: Min-Yih Hsu <min.hsu at sifive.com>
Date: 2024-06-10 (Mon, 10 Jun 2024)
Changed paths:
M llvm/test/Transforms/Inline/inline-switch-default.ll
Log Message:
-----------
[Inliner][test] Fix incorrect REQUIRE line in `inline-switch-default.ll` (NFC) (#95009)
It should be `x86-registered-target` because we only need the X86 target
in this case. `x86_64-linux` will be too strict here as it puts a
prerequisite on the default target triple.
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