mirror of
https://github.com/danog/gllvm.git
synced 2024-11-30 06:19:03 +01:00
whitespace
This commit is contained in:
parent
65122ee2eb
commit
30cc3b22fa
@ -319,9 +319,9 @@ func extractSectionDarwin(inputFile string) (contents []string) {
|
||||
func extractSectionUnix(inputFile string) (contents []string) {
|
||||
elfFile, err := elf.Open(inputFile)
|
||||
if err != nil {
|
||||
LogWarning("ELF file %s could not be read.", inputFile)
|
||||
LogFatal("ELF file %s could not be read.", inputFile)
|
||||
return
|
||||
}
|
||||
}
|
||||
section := elfFile.Section(ELFSectionName)
|
||||
if section == nil {
|
||||
LogWarning("Error reading the %s section of ELF file %s.", ELFSectionName, inputFile)
|
||||
|
Loading…
Reference in New Issue
Block a user