Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/3]  llvm for mesa3d
@ 2018-02-19 17:18 Valentin Korenblit
  2018-02-19 17:18 ` [Buildroot] [PATCH v2 1/3] package/llvm: new host package Valentin Korenblit
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Valentin Korenblit @ 2018-02-19 17:18 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.

Changes in v2:

The series has been simplified:

*Build only backend for target architecture by default.

*Support for AMDGPU(PATCH 3/4 in v1) was removed because I cannot test
it currently. 

*Host: make options modified to build only llvm-config and llvm-tblgen
(reduces drastically build time for host).

*Target: support only x86 currently (tested), I will test on ARM soon.


The idea is to add incrementally more options to configure LLVM as soon
as I can test them.
 
Regards,

Valent?n


Romain Naour (3):
  package/llvm: new host package
  package/llvm: enable target variant
  package/mesa3d: enable llvm support

 package/Config.in           |   1 +
 package/Config.in.host      |   1 +
 package/llvm/Config.in      |  19 +++
 package/llvm/Config.in.host |   8 +
 package/llvm/llvm.hash      |   2 +
 package/llvm/llvm.mk        | 360 ++++++++++++++++++++++++++++++++++++++++++++
 package/mesa3d/Config.in    |   8 +
 package/mesa3d/mesa3d.mk    |  18 ++-
 8 files changed, 414 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] 12+ messages in thread

end of thread, other threads:[~2018-02-22  9:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-19 17:18 [Buildroot] [PATCH v2 0/3] llvm for mesa3d Valentin Korenblit
2018-02-19 17:18 ` [Buildroot] [PATCH v2 1/3] package/llvm: new host package Valentin Korenblit
2018-02-19 20:22   ` Thomas Petazzoni
2018-02-20 10:15     ` Valentin Korenblit
2018-02-20 12:13       ` Nimai Mahajan
2018-02-20 12:41         ` Thomas Petazzoni
2018-02-20 17:41           ` Nimai Mahajan
2018-02-20 17:51             ` Adrian Perez de Castro
2018-02-19 17:18 ` [Buildroot] [PATCH v2 2/3] package/llvm: enable target variant Valentin Korenblit
2018-02-19 17:18 ` [Buildroot] [PATCH v2 3/3] package/mesa3d: enable llvm support Valentin Korenblit
2018-02-21 20:55 ` [Buildroot] [PATCH v2 0/3] llvm for mesa3d Andre Renaud
2018-02-22  9:04   ` Valentin Korenblit

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