From e3b557809604d036af6e00c60f012c2025b59a5e Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 11 Feb 2023 13:38:04 +0100 Subject: Vendor import of llvm-project main llvmorg-16-init-18548-gb0daacf58f41, the last commit before the upstream release/17.x branch was created. --- llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h') diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h index 16f0082723ed..495822a6e653 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h @@ -82,7 +82,7 @@ public: } }; - static_assert(sizeof(uint64_t) == sizeof(LocalVarDef), ""); + static_assert(sizeof(uint64_t) == sizeof(LocalVarDef)); private: MCStreamer &OS; @@ -104,6 +104,7 @@ private: SmallVector, 1>> DefRanges; bool UseReferenceType = false; + std::optional ConstantValue; }; struct CVGlobalVariable { -- cgit v1.2.3