This is an archive of the discontinued LLVM Phabricator instance.

[M68k] Fixed incorrect `extract-section` command substitution
ClosedPublic

Authored by myhsu on Mar 15 2021, 2:00 PM.

Details

Summary

Fix Bug 49485 (https://bugs.llvm.org/show_bug.cgi?id=49485). Which was caused by incorrect invocation of extract-section.py on Windows.
Replacing it with more general python script invocation.

Diff Detail

Event Timeline

myhsu requested review of this revision.Mar 15 2021, 2:00 PM
myhsu created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2021, 2:00 PM
RKSimon accepted this revision.Mar 16 2021, 1:02 PM

LGTM - this fixes windows builds (haven't tested it on anything else), cheers.

This revision is now accepted and ready to land.Mar 16 2021, 1:02 PM