summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dimitry@andric.com>2017-07-11 18:04:56 +0000
committerDimitry Andric <dimitry@andric.com>2017-07-11 18:04:56 +0000
commitb9fb12291ac309d96af79801ce449026104949a7 (patch)
tree307eaa5009d4f917473625d9456669673f761394 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentae719c5a17854f861bb5b74b0a861d402ba5668c (diff)
Rename z_Linux_asm.s to z_Linux_asm.S
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. Reviewers: AndreyChurbanov, emaste, jlpeyton Reviewed By: AndreyChurbanov Subscribers: mgorny, openmp-commits Differential Revision: https://reviews.llvm.org/D35171 llvm-svn: 307680
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions