diff options
author | mingmingl <mingmingl@google.com> | 2025-09-12 12:47:20 -0700 |
---|---|---|
committer | mingmingl <mingmingl@google.com> | 2025-09-12 13:48:02 -0700 |
commit | b55cd2ec087edabbd2bada45e1339e07ccfac838 (patch) | |
tree | 4b44696effd2ae84ba640a9972ca80eb6a164b19 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 0db80c8fa118a59ae232fbe2c9ad6a87c931034b (diff) | |
download | llvm-users/mingmingl-llvm/section-prefix.zip llvm-users/mingmingl-llvm/section-prefix.tar.gz llvm-users/mingmingl-llvm/section-prefix.tar.bz2 |
unit test coverageusers/mingmingl-llvm/section-prefix
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
-rw-r--r-- | llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp index 756bb05..3c165d9 100644 --- a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp +++ b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp @@ -673,7 +673,7 @@ getELFSectionNameForGlobal(const GlobalObject *GO, SectionKind Kind, break; } default: - // Note this is unreachable code. + llvm_unreachable("Unknown jump table hotness"); break; } } else if (std::optional<StringRef> Prefix = F->getSectionPrefix()) |