[PATCH] D153277: [BOLT][RISCV] Recognize mapping symbols

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 10:11:36 PDT 2023


Amir added inline comments.


================
Comment at: bolt/test/RISCV/mapping-syms.s:1
+// RUN: %clang %cflags -o %t %s
+// RUN: llvm-bolt --print-cfg --print-only=_start -o %t.bolt %t 2>&1 | FileCheck %s
----------------
Suggestion: you can switch to llvm-mc to pick up MC changes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153277



More information about the llvm-commits mailing list