Skip to content

Commit

Permalink
engine: Rename the magic slice assembly file
Browse files Browse the repository at this point in the history
Assembly files are supposed to be run through the preprocessor only
when they end in a captial .S. On the linux build, it appears to run
through the preprocessor anyway, but this is not the case for the
windows build (note that our windows binary is cross-compiled from
linux; this is not about case-insensitivity of the windows
filesystem). The windows build is broken when this file has a
lowercase .s.

Renames that consist only of case changes are poorly supported by git
and other tools, so also change the base name of the file. Some tools
support a .sx extension for a less-subtle version of this distinction,
but go does not.

Release note: None
  • Loading branch information
bdarnell committed Jun 4, 2019
1 parent 9521979 commit 416f500
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 416f500

Please sign in to comment.