[all-commits] [llvm/llvm-project] 01b097: Fix bad merge the removed switch case
Geoffrey Martin-Noble via All-commits
all-commits at lists.llvm.org
Mon Sep 20 10:59:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01b097afd0eae593b3a11a88a34e8f50e845d3e7
https://github.com/llvm/llvm-project/commit/01b097afd0eae593b3a11a88a34e8f50e845d3e7
Author: Geoffrey Martin-Noble <gcmn at google.com>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
Log Message:
-----------
Fix bad merge the removed switch case
When https://reviews.llvm.org/D109520 was landed, it reverted the addition of this switch
case added in https://reviews.llvm.org/D109293. This caused `-Wswitch` failures (and
presumably broke the functionality added in the latter patch).
More information about the All-commits
mailing list