[PATCH] D125204: [RISCV] Use RISCVISAInfo to parse arch string from ELF build attribute.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 16 12:50:19 PDT 2022


MaskRay added inline comments.


================
Comment at: llvm/lib/Object/ELFObjectFile.cpp:315
+    if (!ParseResult) {
+      // TODO: Propagate Error.
+      consumeError(ParseResult.takeError());
----------------
This should be fixed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125204



More information about the llvm-commits mailing list