[all-commits] [llvm/llvm-project] 62883d: [llvm-exegesis] Fix unused variable 'VAddressSpace...
Jie Fu via All-commits
all-commits at lists.llvm.org
Mon Jun 26 18:16:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62883d9f9037202628e5454cb935a1d27f6e246d
https://github.com/llvm/llvm-project/commit/62883d9f9037202628e5454cb935a1d27f6e246d
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M llvm/tools/llvm-exegesis/lib/X86/Target.cpp
Log Message:
-----------
[llvm-exegesis] Fix unused variable 'VAddressSpaceCeiling' warning (NFC)
/Users/jiefu/llvm-project/llvm/tools/llvm-exegesis/lib/X86/Target.cpp:52:33: error: unused variable 'VAddressSpaceCeiling' [-Werror,-Wunused-const-variable]
static constexpr const intptr_t VAddressSpaceCeiling = 0x0000800000000000;
^
1 error generated.
More information about the All-commits
mailing list