We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hello, I am building llvm-project on my laptop (Ubuntu 18.04, amd64, kernel 4.15). But it fails at the end of the process (linking) with this output :
[ 98%] Building CXX object tools/llvm-lto/CMakeFiles/llvm-lto.dir/llvm-lto.cpp.o [ 98%] Building CXX object tools/lto/CMakeFiles/LTO.dir/lto.cpp.o [100%] Linking CXX executable ../../../../bin/mlir-opt /usr/bin/ld : can't find -lLLVMNVPTXCodeGen /usr/bin/ld : can't find -lLLVMNVPTXDesc /usr/bin/ld : can't find -lLLVMNVPTXInfo clang: error: linker command failed with exit code 1 (use -v to see invocation) tools/mlir/tools/mlir-opt/CMakeFiles/mlir-opt.dir/build.make:228: recipe for target 'bin/mlir-opt' failed make[2]: *** [bin/mlir-opt] Error 1
Do you know this issue ?
Regards,
Hugo
The text was updated successfully, but these errors were encountered:
Hi Hugo,
This should be fixed yesterday (f80c6d8). Or you can work around it by enabling the NVPTX target.
Steve
Sorry, something went wrong.
Thank you very much !
Closing, bug was fixed already.
misc-const-correctness
Merge pull request llvm#167 from nikic/rust-18-rc3
edb85c3
Update to LLVM 18.1.0 rc 3
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Hello, I am building llvm-project on my laptop (Ubuntu 18.04, amd64, kernel 4.15). But it fails at the end of the process (linking) with this output :
[ 98%] Building CXX object tools/llvm-lto/CMakeFiles/llvm-lto.dir/llvm-lto.cpp.o
[ 98%] Building CXX object tools/lto/CMakeFiles/LTO.dir/lto.cpp.o
[100%] Linking CXX executable ../../../../bin/mlir-opt
/usr/bin/ld : can't find -lLLVMNVPTXCodeGen
/usr/bin/ld : can't find -lLLVMNVPTXDesc
/usr/bin/ld : can't find -lLLVMNVPTXInfo
clang: error: linker command failed with exit code 1 (use -v to see invocation)
tools/mlir/tools/mlir-opt/CMakeFiles/mlir-opt.dir/build.make:228: recipe for target 'bin/mlir-opt' failed
make[2]: *** [bin/mlir-opt] Error 1
Do you know this issue ?
Regards,
Hugo
The text was updated successfully, but these errors were encountered: