Re: [Mesa-dev] [PATCH] scons: fix build with llvm 9.

2019-05-24 Thread Jose Fonseca
Reviewed-by: Jose Fonseca From: srol...@vmware.com Sent: Friday, May 24, 2019 02:47 To: Jose Fonseca; mesa-dev@lists.freedesktop.org Cc: Roland Scheidegger Subject: [PATCH] scons: fix build with llvm 9. From: Roland Scheidegger The x86asmprinter component is

[Mesa-dev] [PATCH] scons: fix build with llvm 9.

2019-05-23 Thread sroland
From: Roland Scheidegger The x86asmprinter component is gone, and things seem to work by just removing it. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110707 --- scons/llvm.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scons/llvm.py b/scons/llvm.py index