[PATCH] D145224: [LLVM][OHOS] Use emulated TLS for OHOS platform
Pavel Kosov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 20 05:02:37 PDT 2023
kpdev42 added inline comments.
================
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
----------------
jrtc27 wrote:
> NACK for this test, just add your RUN lines to the one in the patch that adds emutls support to RISC-V.
Excuse me, do you mean that it is better to prepare a separate patch for RISC-V, right?
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