[PATCH] D134710: [LoongArch] Set correct encodings for DWARF exception handling

wanglei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 2 04:25:05 PDT 2022


wangleiat added inline comments.


================
Comment at: llvm/test/CodeGen/LoongArch/dwarf-eh.ll:1
+; RUN: llc --mtriple=loongarch32 < %s | FileCheck %s
+; RUN: llc --mtriple=loongarch32 --relocation-model=pic < %s | FileCheck %s
----------------
MaskRay wrote:
> Better to set --relocation-model=static instead of relying on the default.
> Better to set --relocation-model=static instead of relying on the default.

Thanks, I will modify it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134710/new/

https://reviews.llvm.org/D134710



More information about the llvm-commits mailing list