[PATCH] D155544: [AIX][TLS] Add -maix-small-local-exec-tls option.
Digger Lin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 21 11:15:56 PDT 2023
DiggerLin added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/check-aix-small-local-exec-tls-opt.ll:15
+
+; Make sure that the test was actually compiled successfully after using the
+; -maix-small-local-exec-tls option.
----------------
since the patch only add a new option "aix-small-local-exec-tls" , the the backend implementation for this option in not in the patch, the behavior of the CodeGen do not change in the patch, I do not think we need the test case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155544/new/
https://reviews.llvm.org/D155544
More information about the llvm-commits
mailing list