OpenShadingLanguage icon indicating copy to clipboard operation
OpenShadingLanguage copied to clipboard

LLVM 14 incompatibility - TargetRegistry.h has been moved

Open StefanBruens opened this issue 3 years ago • 1 comments

https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/blob/a056e181c216b8124048bf1c7a2408bcbef44cf2/src/liboslexec/llvm_util.cpp#L48

https://github.com/llvm/llvm-project/commit/89b57061f7b769e9ea9bf6ed686e284f3e55affe

Move TargetRegistry.(h|cpp) from Support to MC

StefanBruens avatar Apr 26 '22 00:04 StefanBruens

Already addressed by https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1492 But I'm trying to track down why one reference image changes with LLVM14.

lgritz avatar Apr 26 '22 01:04 lgritz