[llvm] [PowerPC] Move __ehinfo TOC entries to the end of the TOC section (PR #73586)

Sean Fertile via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 10:37:07 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
----------------
mandlebug wrote:

Is it safe to mix the large and small code model entries or is there any limitation for example in the system assembler where it would expect all the small code model toc-entries followed by any large code model toc-entires?

https://github.com/llvm/llvm-project/pull/73586


More information about the llvm-commits mailing list