[PATCH] D45841: Keep the output text sections with prefixes ".text.hot" , ".text.unlikely", ".text.startup", ".text.exit" separate

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 4 10:11:54 PDT 2018


grimar added inline comments.


================
Comment at: test/ELF/text-section-prefix.s:2
+# RUN: llvm-mc -filetype=obj %s -o %t
+# RUN: ld.lld -z keep-text-section-prefix %t -o %t2
+# RUN: llvm-readelf -l %t2 | FileCheck %s
----------------
Please add a check for nokeep-text-section-prefix too.


https://reviews.llvm.org/D45841





More information about the llvm-commits mailing list