Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4]  llvm for mesa3d
@ 2018-02-16  8:36 Valentin Korenblit
  2018-02-16  8:36 ` [Buildroot] [PATCH 1/4] package/llvm: new host package Valentin Korenblit
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Valentin Korenblit @ 2018-02-16  8:36 UTC (permalink / raw)
  To: buildroot

Hello all,

This series provides LLVM support for Mesa3d, enabling
llvmpipe software rasterizer.

It must be considered that it does not provide a full LLVM
installation for the host, only the necessary components to
cross-compile LLVM for the target. It will install all target
components as libLLVM.so.

Regards,

Valent?n

Romain Naour (4):
  package/llvm: new host package
  package/llvm: enable target variant
  package/llvm: add AMDGPU support
  package/mesa3d: enable llvm support

 package/Config.in           |   1 +
 package/Config.in.host      |   1 +
 package/llvm/Config.in      |  38 +++++
 package/llvm/Config.in.host |   8 +
 package/llvm/llvm.hash      |   2 +
 package/llvm/llvm.mk        | 356 ++++++++++++++++++++++++++++++++++++++++++++
 package/mesa3d/Config.in    |   8 +
 package/mesa3d/mesa3d.mk    |  18 ++-
 8 files changed, 429 insertions(+), 3 deletions(-)
 create mode 100644 package/llvm/Config.in
 create mode 100644 package/llvm/Config.in.host
 create mode 100644 package/llvm/llvm.hash
 create mode 100644 package/llvm/llvm.mk

-- 
2.14.3

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-02-19 14:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-16  8:36 [Buildroot] [PATCH 0/4] llvm for mesa3d Valentin Korenblit
2018-02-16  8:36 ` [Buildroot] [PATCH 1/4] package/llvm: new host package Valentin Korenblit
2018-02-16  8:36 ` [Buildroot] [PATCH 2/4] package/llvm: enable target variant Valentin Korenblit
2018-02-16  8:36 ` [Buildroot] [PATCH 3/4] package/llvm: add AMDGPU support Valentin Korenblit
2018-02-16  8:36 ` [Buildroot] [PATCH 4/4] package/mesa3d: enable llvm support Valentin Korenblit
2018-02-16  9:42 ` [Buildroot] [PATCH 0/4] llvm for mesa3d Will Wagner
2018-02-16 14:31   ` Valentin KORENBLIT
2018-02-17 23:00     ` nimaim
2018-02-19 12:38       ` Valentin KORENBLIT
2018-02-19 14:28         ` Nimai Mahajan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox