[PATCH] D126177: [BOLT] [AArch64] Handle data markers spanning multiple functions

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 23:28:32 PDT 2022


Amir added inline comments.


================
Comment at: bolt/lib/Core/BinaryContext.cpp:1649
+
+  llvm::Expected<llvm::StringRef> NameOrError = Symbol.getName();
+  llvm::Expected<llvm::object::SymbolRef::Type> TypeOrError = Symbol.getType();
----------------
nit: please drop `llvm::` here and below.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126177



More information about the llvm-commits mailing list