Skip to content

android: amd/common: export amd/llvm headers

maurossi requested to merge issor.oruam/mesa:amd_llvm_fix into master

Fixes the following building error:

external/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c:42:10: fatal error: 'ac_llvm_util.h' file not found ^~~~~~~~~~~~~~~~ 1 error generated.

Fixes: 3a08110d ("amd: Move all amd/common code that depends on LLVM to amd/llvm.") Signed-off-by: Mauro Rossi issor.oruam@gmail.com Reviewed-by: Bas Nieuwenhuizen bas@basnieuwenhuizen.nl

Edited by maurossi

Merge request reports