We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Build fails with the following error.
[ 99%] Linking CXX executable zig0 /usr/bin/ld: /usr/lib/llvm-10/lib/libclangCodeGen.a(BackendUtil.cpp.o): in function (anonymous namespace)::EmitAssemblyHelper::EmitAssemblyWithNewPassManager(clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >)': (.text._ZN12_GLOBAL__N_118EmitAssemblyHelper30EmitAssemblyWithNewPassManagerEN5clang13BackendActionESt10unique_ptrIN4llvm17raw_pwrite_streamESt14default_deleteIS5_EE+0x1f15): undefined reference to getPollyPluginInfo()' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/zig0.dir/build.make:142: zig0] Error 1 make[1]: *** [CMakeFiles/Makefile2:205: CMakeFiles/zig0.dir/all] Error 2 make: *** [Makefile:130: all] Error 2
(anonymous namespace)::EmitAssemblyHelper::EmitAssemblyWithNewPassManager(clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >)': (.text._ZN12_GLOBAL__N_118EmitAssemblyHelper30EmitAssemblyWithNewPassManagerEN5clang13BackendActionESt10unique_ptrIN4llvm17raw_pwrite_streamESt14default_deleteIS5_EE+0x1f15): undefined reference to
Ubuntu 20.04 (x86_64) with clang-10, lld-10, and llvm-10
FYI
The text was updated successfully, but these errors were encountered:
duplicate of #4799
Sorry, something went wrong.
No branches or pull requests
Hi,
Build fails with the following error.
[ 99%] Linking CXX executable zig0
/usr/bin/ld: /usr/lib/llvm-10/lib/libclangCodeGen.a(BackendUtil.cpp.o): in function
(anonymous namespace)::EmitAssemblyHelper::EmitAssemblyWithNewPassManager(clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream> >)': (.text._ZN12_GLOBAL__N_118EmitAssemblyHelper30EmitAssemblyWithNewPassManagerEN5clang13BackendActionESt10unique_ptrIN4llvm17raw_pwrite_streamESt14default_deleteIS5_EE+0x1f15): undefined reference to
getPollyPluginInfo()'collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/zig0.dir/build.make:142: zig0] Error 1
make[1]: *** [CMakeFiles/Makefile2:205: CMakeFiles/zig0.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
Ubuntu 20.04 (x86_64) with clang-10, lld-10, and llvm-10
FYI
The text was updated successfully, but these errors were encountered: