Pierre Labastie wrote:
Hi, With: LLVM-3.9.0 Mesa-12.0.2building on real harware (Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz) Following the book, except I added wayland to egl-platforms. I get (long lines cut, so maybe not very clear): -------------------- rasterizer/jitter/builder_x86.cpp: In member function 'llvm::Value* Builder::VPM INSD(llvm::Value*, llvm::Value*)': rasterizer/jitter/builder_x86.cpp:85:71: error: 'x86_avx2_pmins_d' is not a memb er of 'llvm::Intrinsic' Function *func = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic ::x86_avx2_pmins_d); ^~~~~~~~~ rasterizer/jitter/builder_x86.cpp: In member function 'llvm::Value* Builder::VPM AXSD(llvm::Value*, llvm::Value*)': rasterizer/jitter/builder_x86.cpp:92:71: error: 'x86_avx2_pmaxs_d' is not a memb er of 'llvm::Intrinsic' Function *func = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic ::x86_avx2_pmaxs_d); ----------------------- and similar errors. No time to investigate this week-end, but maybe somebody can confirm.
When I built yesterday I did not use llvm. Will investigate. -- Bruce -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
