Hi Matthias,
2017-04-22 4:55 GMT+09:00 Matthias Kaehlcke :
> Hi Masahiro,
>
> El Fri, Apr 21, 2017 at 02:02:46PM +0900 Masahiro Yamada ha dit:
>
>> 2017-04-05 2:27 GMT+09:00 Matthias Kaehlcke :
>> > From: Vinícius Tinti
>> >
>> > Add rules to kbuild in order to generate LLVM bitcode files with
Hi Matthias,
2017-04-22 4:55 GMT+09:00 Matthias Kaehlcke :
> Hi Masahiro,
>
> El Fri, Apr 21, 2017 at 02:02:46PM +0900 Masahiro Yamada ha dit:
>
>> 2017-04-05 2:27 GMT+09:00 Matthias Kaehlcke :
>> > From: Vinícius Tinti
>> >
>> > Add rules to kbuild in order to generate LLVM bitcode files with
Hi Masahiro,
El Fri, Apr 21, 2017 at 02:02:46PM +0900 Masahiro Yamada ha dit:
> 2017-04-05 2:27 GMT+09:00 Matthias Kaehlcke :
> > From: Vinícius Tinti
> >
> > Add rules to kbuild in order to generate LLVM bitcode files with the .ll
> > extension when using clang.
>
>
> First, I'd like to be su
Hi Matthias,
2017-04-05 2:27 GMT+09:00 Matthias Kaehlcke :
> From: Vinícius Tinti
>
> Add rules to kbuild in order to generate LLVM bitcode files with the .ll
> extension when using clang.
First, I'd like to be sure about the terminology "LLVM bitcode"
because "bitcode" sounds like human-unrea
El Tue, Apr 04, 2017 at 10:27:06AM -0700 Matthias Kaehlcke ha dit:
> From: Vinícius Tinti
>
> Add rules to kbuild in order to generate LLVM bitcode files with the .ll
> extension when using clang.
>
> # from c code
> CC=clang make kernel/pid.ll
>
> # from asm code
> CC=clang make arch/
From: Vinícius Tinti
Add rules to kbuild in order to generate LLVM bitcode files with the .ll
extension when using clang.
# from c code
CC=clang make kernel/pid.ll
# from asm code
CC=clang make arch/x86/kernel/preempt.ll
From: Vinícius Tinti
Signed-off-by: Vinícius Tinti
Signed-off-b
Allows kbuild to generate LLVM bitcode files using '.ll' suffix.
# from c code
CC=clang make kernel/pid.ll
# from asm code
CC=clang make arch/x86/kernel/preempt.ll
Signed-off-by: Vinícius Tinti
Signed-off-by: Behan Webster
---
.gitignore | 1 +
Makefile | 6
7 matches
Mail list logo