This commit is contained in:
Joe Hendrix 2020-10-28 10:53:02 -07:00
parent 98b69d992c
commit 9ff7e351f0

View File

@ -260,7 +260,7 @@ compareElf dwarfDump path bytes = do
else do
BSL.writeFile "lldd" llvmDwarfDump
BSL.writeFile "mcdd" myDwarfDump
reportError path "Output different: See mydd and lldd"
reportError path "Output different: See mcdd and lldd"
Right _ -> do
-- For now we skip 32bit and non-x86 files.
pure ()