[all-commits] [llvm/llvm-project] 4ebee9: [mlir][test] Fix -Wunused-variable in PassBuilderC...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Thu Feb 22 14:57:29 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4ebee956455caa0da7783280f8515040eac89d08
https://github.com/llvm/llvm-project/commit/4ebee956455caa0da7783280f8515040eac89d08
Author: Jie Fu <jiefu at tencent.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M llvm/unittests/MIR/PassBuilderCallbacksTest.cpp
Log Message:
-----------
[mlir][test] Fix -Wunused-variable in PassBuilderCallbacksTest.cpp (NFC)
llvm-project/llvm/unittests/MIR/PassBuilderCallbacksTest.cpp:333:10:
error: unused variable 'Ret' [-Werror,-Wunused-variable]
bool Ret = MIR->parseMachineFunctions(*Mod, MMI);
^
1 error generated.
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