[PATCH] D143708: [RISCV] Support emulated TLS
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 3 06:04:18 PST 2023
arichardson added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/emutls.ll:108
+}
+
+; RV32: .data
----------------
You probably want to add `; UTC_ARGS: --disable` here so that re-running the script doesn't remove those manual check lines.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143708/new/
https://reviews.llvm.org/D143708
More information about the llvm-commits
mailing list