mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 21:34:47 +01:00
fix typo
This commit is contained in:
parent
557b374004
commit
2534b854b3
@ -171,7 +171,6 @@ func extractSectionDarwin(ea ExtractingArgs) (contents []string) {
|
||||
}
|
||||
|
||||
func extractSectionUnix(ea ExtractingArgs) (contents []string) {
|
||||
// TODO CORRECT -D to -w
|
||||
cmd := exec.Command("objcopy", "--dump-section", ELF_SECTION_NAME + "=/dev/stdout", ea.InputFile)
|
||||
out, err := cmd.Output()
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user