[all-commits] [llvm/llvm-project] 891b48: [llvm-readobj] - One more attempt to fix BB.
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Tue Jan 12 02:23:41 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 891b4873c129e27755e90a9b8954b9f0d0e7c5a4
https://github.com/llvm/llvm-project/commit/891b4873c129e27755e90a9b8954b9f0d0e7c5a4
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2021-01-12 (Tue, 12 Jan 2021)
Changed paths:
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[llvm-readobj] - One more attempt to fix BB.
Add `this->` for `W`, which is the member of `ObjDumper`
An example of error:
readobj/ELFDumper.cpp:738:13: error: use of undeclared identifier 'W'
assert(&W.getOStream() == &llvm::fouts());
More information about the All-commits
mailing list