[PATCH] D102132: [X86] Fix position-independent TType encoding

Harald van Dijk via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 9 08:56:10 PDT 2021


hvdijk marked an inline comment as done.
hvdijk added inline comments.


================
Comment at: llvm/test/CodeGen/X86/gcc_except_table_bb_sections.ll:6
+; RUN: llc -basic-block-sections=all -mtriple x86_64-pc-linux-gnu -relocation-model=pic -code-model=medium < %s | FileCheck %s --check-prefixes=CHECK,CHECK-MEDIUM,CHECK-PIC,CHECK-PIC-MEDIUM
+; RUN: llc -basic-block-sections=all -mtriple x86_64-pc-linux-gnu -relocation-model=pic -code-model=large < %s | FileCheck %s --check-prefixes=CHECK,CHECK-PIC,CHECK-PIC-LARGE
 @_ZTIi = external constant i8*
----------------
RKSimon wrote:
> Add gnux32 specific triple tests?
I was hoping to avoid it because the --check-prefixes are getting quite long and the change was already being tested without it, but alright, done.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102132



More information about the llvm-commits mailing list