[all-commits] [llvm/llvm-project] 55d4d2: [mlir][spirv] Fix test (NFC) (#163413)
Erick Ochoa Lopez via All-commits
all-commits at lists.llvm.org
Tue Oct 14 09:09:48 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55d4d2ee0d92599cd1f19aa700b3ad2de5d09c85
https://github.com/llvm/llvm-project/commit/55d4d2ee0d92599cd1f19aa700b3ad2de5d09c85
Author: Erick Ochoa Lopez <erick.ochoalopez at amd.com>
Date: 2025-10-14 (Tue, 14 Oct 2025)
Changed paths:
M mlir/test/Integration/GPU/SPIRV/simple_add.mlir
Log Message:
-----------
[mlir][spirv] Fix test (NFC) (#163413)
This test had a CHECK-RAW command. The intention behind this command
appears to be to avoid using the regular expression matching
capabilities. However, this was interpretted as a comment by FileCheck.
In order to check for literal strings the {LITERAL} modifier should be
used.
https://llvm.org/docs/CommandGuide/FileCheck.html#directive-modifiers
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