[PATCH] D46537: Remove explicit setting of the CFI jumptable section name.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 7 11:38:11 PDT 2018
pcc accepted this revision.
pcc added a reviewer: eugenis.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/Transforms/LowerTypeTests/function-arm-thumb.ll:34
-; CHECK: define private void {{.*}} #[[AA:.*]] section ".text.cfi" align 4 {
; CHECK-NEXT: entry:
----------------
Nit: I'd drop the `{{.*}}` here and in function.ll, as they don't appear to be needed.
https://reviews.llvm.org/D46537
More information about the llvm-commits
mailing list