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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 9 08:42:44 PDT 2021


RKSimon added a reviewer: RKSimon.
RKSimon 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*
----------------
Add gnux32 specific triple tests?


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