[PATCH] D146215: [BOLT] Reject symbols pointing to section end

Amy Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 15:26:09 PDT 2023


akhuang added inline comments.


================
Comment at: bolt/test/X86/section-end-sym.s:8
+# RUN: ld.lld %t.o -o %t.exe -q
+# RUN: llvm-bolt %t.exe -o /dev/null --print-cfg --debug-only=bolt 2>&1 \
+# RUN:   | FileCheck %s
----------------
This flag doesn't work if LLVM is built without asserts enabled -- test probably needs a `# REQUIRES: asserts` ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146215/new/

https://reviews.llvm.org/D146215



More information about the llvm-commits mailing list