intel / intel-graphics-compiler

Other
606 stars 158 forks source link

LLVM 13 build fixes #196

Closed zboszor closed 3 years ago

zboszor commented 3 years ago

Signed-off-by: Zoltán Böszörményi zboszor@gmail.com Building with LLVM 13 also needs this if -Werror is in effect:

export CXXFLAGS="-Wno-error=deprecated-declarations"

Fixes: #193