[all-commits] [llvm/llvm-project] 1db605: [X86] Silence an unused-variable warning (NFC)
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Wed Feb 5 19:26:11 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1db60556c89a2b61e2624718579bb3b96c9fedda
https://github.com/llvm/llvm-project/commit/1db60556c89a2b61e2624718579bb3b96c9fedda
Author: Jie Fu <jiefu at tencent.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M llvm/lib/Target/X86/X86AsmPrinter.cpp
Log Message:
-----------
[X86] Silence an unused-variable warning (NFC)
/llvm-project/llvm/lib/Target/X86/X86AsmPrinter.cpp:188:17:
error: unused variable 'Triple' [-Werror,-Wunused-variable]
const auto &Triple = MF.getTarget().getTargetTriple();
^
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