[PATCH] D68065: Propeller: LLD Support for Basic Block Sections
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 24 17:30:25 PDT 2020
MaskRay added inline comments.
================
Comment at: lld/test/ELF/bb-sections-delete-fallthru.s:13
+# CHECK-NEXT: nopl (%rax)
+# CHECK-NEXT: {{[0-9|a-f| ]*}} jne {{[0-9]+}} <r.BB.foo>
+# CHECK-NOT: jmp
----------------
Just delete `{{[0-9|a-f| ]*}}` if the address is not significant.
Please also apply to other test files.
================
Comment at: lld/test/ELF/bb-sections-delete-fallthru.s:18
+.section .text,"ax", at progbits
+# -- Begin function foo
+.type foo, at function
----------------
Delete `Begin function foo`
Scrub clang output to the minimum
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68065/new/
https://reviews.llvm.org/D68065
More information about the llvm-commits
mailing list