CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/09/28 11:16:38
Modified files:
gnu/llvm/lib/MC/MCParser: AsmParser.cpp
Log message:
make clang include a FILE symbol for .(s|S) files
This is mostly needed by syspatch at the moment to be
to be able to re-link in the same order as the original
libraries were linked with by relying on the readelf(1)
and without this .(s|S) assembly files were not getting
a file directive.
A bug reports has been filed as well:
https://bugs.llvm.org/show_bug.cgi?id=34019
ok deraadt@