[PATCH] D153277: [BOLT][RISCV] Recognize mapping symbols
Job Noorman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 19 10:30:22 PDT 2023
jobnoorman marked an inline comment as done.
jobnoorman 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
----------------
Amir wrote:
> Suggestion: you can switch to llvm-mc to pick up MC changes.
Thanks, done!
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