[llvm] [PowerPC] Move __ehinfo TOC entries to the end of the TOC section (PR #73586)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 5 15:06:11 PST 2023
================
@@ -47,4 +47,4 @@ attributes #0 = { nounwind }
attributes #1 = { mustprogress noinline optnone }
; CHECK: __ehinfo.0:
-; CHECK: .tc __ehinfo.0[TC],__ehinfo.0
+; CHECK: .tc __ehinfo.0[TE],__ehinfo.0
----------------
maryammo wrote:
I confirmed with Stephen that there is no such a restriction in aix system assembler.
https://github.com/llvm/llvm-project/pull/73586
More information about the llvm-commits
mailing list