[PATCH] D131290: [llvm-objdump] Create name for fake sections
Namhyung Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 5 23:51:24 PDT 2022
namhyung added a comment.
SmallVector<std::string, 0> SecNames;
...
SecNames.push_back(("PT_LOAD#" + Twine(Idx)).str());
This makes the test failing again.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131290/new/
https://reviews.llvm.org/D131290
More information about the llvm-commits
mailing list