This is an archive of the discontinued LLVM Phabricator instance.

Rename z_Linux_asm.s to z_Linux_asm.S
ClosedPublic

Authored by dim on Jul 8 2017, 9:22 AM.

Details

Summary

On Unix, a .S file is normally an assembly source which must be
preprocessed with a C preprocessor, while a .s file is "plain" assembly.
The former is handled by the compiler driver (cc), the latter is
directly passed to the assembler binary (as).

Because z_Linux_asm.s is supposed to be preprocessed, rename it to .S,
so it can be automatically picked up correctly by build systems.

Event Timeline

dim created this revision.Jul 8 2017, 9:22 AM
This revision is now accepted and ready to land.Jul 11 2017, 2:34 AM
dim closed this revision.Jul 11 2017, 11:05 AM