aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authormingmingl <mingmingl@google.com>2025-09-12 12:47:20 -0700
committermingmingl <mingmingl@google.com>2025-09-12 13:48:02 -0700
commitb55cd2ec087edabbd2bada45e1339e07ccfac838 (patch)
tree4b44696effd2ae84ba640a9972ca80eb6a164b19 /llvm/lib/CodeGen
parent0db80c8fa118a59ae232fbe2c9ad6a87c931034b (diff)
downloadllvm-users/mingmingl-llvm/section-prefix.zip
llvm-users/mingmingl-llvm/section-prefix.tar.gz
llvm-users/mingmingl-llvm/section-prefix.tar.bz2
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp2
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())