[all-commits] [llvm/llvm-project] e0c826: Revert "Fix "enumerator 'llvm::TargetStackID::Wasm...

Nemanja Ivanovic via All-commits all-commits at lists.llvm.org
Fri May 28 08:56:01 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e0c826543706527ff1ec978ac8817fafcbcbbeaa
      https://github.com/llvm/llvm-project/commit/e0c826543706527ff1ec978ac8817fafcbcbbeaa
  Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
  Date:   2021-05-28 (Fri, 28 May 2021)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
    M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp

  Log Message:
  -----------
  Revert "Fix "enumerator 'llvm::TargetStackID::WasmLocal' in switch of enum 'llvm::TargetStackID::Value' is not handled" MSVC warnings. NFCI."

Since ca5f07f8c4bc96d16ed1992b810aa3897df157f2 already reverted
the cause for this warning, this commit now causes warnings about
a default label in a switch that covers the enum.

This reverts commit cf2eeb114c59cfc3a80133e96c585188fa16cc98.




More information about the All-commits mailing list