Skip to content

Commit

Permalink
[llvm-objdump] - Restore lost comment.
Browse files Browse the repository at this point in the history
It was removed by mistake in r369263 (D66417).

llvm-svn: 369265
  • Loading branch information
George Rimar committed Aug 19, 2019
1 parent 8130154 commit 4233668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/tools/llvm-objdump/COFFDump.cpp
Expand Up @@ -292,6 +292,7 @@ static void printTLSDirectory(const COFFObjectFile *Obj) {
}

static void printLoadConfiguration(const COFFObjectFile *Obj) {
// Skip if it's not executable.
if (!Obj->getPE32Header())
return;

Expand Down

0 comments on commit 4233668

Please sign in to comment.