[PATCH] D154665: fixed invalid symbol handling in ELFObjectFile::getSymbolName

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 7 10:55:09 PDT 2023


MaskRay added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/ELF/section-no-symbol-name.test:2
+# RUN: yaml2obj %s -o %t.o
+# RUN: not llvm-cm %t.o 2>&1 | FileCheck %s
+
----------------
I think you want to add a llvm-objdump test.

This directory is not for the proposed llvm-cm.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154665



More information about the llvm-commits mailing list