Skip to content

clover/llvm: Fix FTBFS with LLVM 14: hasAttribute() has been removed upstream

Kai Wasserbäch requested to merge curan/mesa:fix/FTBFS/clover-llvm-14 into main

hasAttribute() in llvm::AttributeList is gone, use hasParamAttr() instead.

This fixes an FTBFS.

This is similar to !12715 (merged)

Signed-off-by: Kai Wasserbäch kai@dev.carbon-project.org

Edited by Kai Wasserbäch

Merge request reports