[Openmp-commits] [PATCH] D35171: Rename z_Linux_asm.s to z_Linux_asm.S

Dimitry Andric via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Jul 9 06:15:06 PDT 2017


dim created this revision.
Herald added a subscriber: mgorny.

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.


https://reviews.llvm.org/D35171

Files:
  runtime/src/CMakeLists.txt
  runtime/src/z_Linux_asm.S
  runtime/src/z_Linux_asm.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35171.105743.patch
Type: text/x-patch
Size: 44354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20170709/ea5bedfa/attachment-0001.bin>


More information about the Openmp-commits mailing list