[llvm-readobj] Simplify usage of -codeview flag
llvm-svn: 255790
This commit is contained in:
@@ -354,6 +354,8 @@ static void dumpObject(const ObjectFile *Obj) {
|
||||
Dumper->printCOFFDirectives();
|
||||
if (opts::COFFBaseRelocs)
|
||||
Dumper->printCOFFBaseReloc();
|
||||
if (opts::CodeView)
|
||||
Dumper->printCodeViewDebugInfo();
|
||||
}
|
||||
if (Obj->isMachO()) {
|
||||
if (opts::MachODataInCode)
|
||||
|
||||
Reference in New Issue
Block a user