[PATCH] D134710: [LoongArch] Set correct encodings for DWARF exception handling
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 1 00:35:36 PDT 2022
MaskRay accepted this revision.
MaskRay added a comment.
One nit
================
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
----------------
Better to set --relocation-model=static instead of relying on the default.
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