Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1627985
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] kbuild: cleanup asm-offset generation, and make it work with clang |
| Date | 2017-04-21 08:30 +0200 |
| Message-ID | <tyAeR-2rp-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
1/2 is a trivial cleanup of sed script
2/2 imports clang work-around from U-Boot.
Changes in v2:
- V1 did not work with LLVM's integrated assembler because
it uses <tab> instead of <space> around the .ascii string.
Restore [:space:].
Jeroen Hofstee (1):
kbuild: fix asm-offset generation to work with clang
Masahiro Yamada (1):
kbuild: consolidate redundant sed script ASM offset generation
include/linux/kbuild.h | 6 +++---
scripts/Makefile.lib | 9 ++++++---
2 files changed, 9 insertions(+), 6 deletions(-)
--
2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/2] kbuild: cleanup asm-offset generation, and make it work with clang Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-04-21 08:30 +0200 [PATCH v2 1/2] kbuild: consolidate redundant sed script ASM offset generation Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-04-21 08:30 +0200 Re: [PATCH v2 0/2] kbuild: cleanup asm-offset generation, and make it work with clang Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-04-23 09:10 +0200
csiph-web