[PATCH] D144941: [m68k] Add TLS Support
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 25 01:49:25 PDT 2023
jrtc27 added a comment.
One nit to fix when committing, otherwise nothing jumps out as wrong to me. Someone else with m68k knowledge should give it a once-over.
================
Comment at: llvm/utils/UpdateTestChecks/asm.py:67
+ r'(?:\.L(?P=func)\$local:\n)?' # drop .L<func>$local:
+ r'(?:[ \t]+\.type[ \t]+\.L(?P=func)\$local, at function\n)?' # drop .type .L<func>$local, at funciton
r'(?P<body>.*?)\s*' # (body of the function)
----------------
“funciton” in the comment, and should be a separate commit
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144941/new/
https://reviews.llvm.org/D144941
More information about the llvm-commits
mailing list