[all-commits] [llvm/llvm-project] f335e3: [X86][MC] Fix -Wimplicit-fallthrough in X86MCCodeE...

Jie Fu via All-commits all-commits at lists.llvm.org
Sun Feb 26 18:18:46 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f335e3c34e09a0f2de8da90ce7602d6f6de6cfb7
      https://github.com/llvm/llvm-project/commit/f335e3c34e09a0f2de8da90ce7602d6f6de6cfb7
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2023-02-27 (Mon, 27 Feb 2023)

  Changed paths:
    M llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp

  Log Message:
  -----------
  [X86][MC] Fix -Wimplicit-fallthrough in X86MCCodeEmitter.cpp (NFC)

/data/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp:1200:3: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]
  case X86II::RawFrm:
  ^




More information about the All-commits mailing list