[PATCH] D145224: [LLVM][OHOS] Use emulated TLS for OHOS platform

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 10:13:06 PDT 2023


jrtc27 requested changes to this revision.
jrtc27 added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/test/CodeGen/RISCV/emutls.ll:1
+; RUN: llc < %s -emulated-tls -mtriple=riscv64-linux-gnu | FileCheck -check-prefix=RISCV64 %s
+; RUN: llc < %s -emulated-tls -mtriple=riscv64-linux-ohos | FileCheck -check-prefix=RISCV64 %s
----------------
NACK for this test, just add your RUN lines to the one in the patch that adds emutls support to RISC-V.


================
Comment at: llvm/test/CodeGen/RISCV/emutls_generic.ll:1
+; RUN: llc < %s -emulated-tls -mtriple=riscv64-linux-gnu -O3 \
+; RUN:     | FileCheck -check-prefix=RISCV64 %s
----------------
NACK to this too, duplicates


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145224



More information about the llvm-commits mailing list