-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
Compilation issue with aie++ #236
Comments
I just tried the latest unified next and have no issue compilling with: python3 ./buildbot/configure.py \
-o build-release \
--shared-libs \
--use-lld \
--cmake-opt="-DCMAKE_EXPORT_COMPILE_COMMANDS=1" \
-t Release \
--cmake-gen Ninja \
--llvm-external-projects=mlir,clang-tools-extra \
--cmake-opt="-DCMAKE_C_COMPILER=/usr/bin/clang-14" \
--cmake-opt="-DCMAKE_CXX_COMPILER=/usr/bin/clang++-14" \
--cmake-opt="-DLLVM_TARGETS_TO_BUILD=X86;AArch64;ARM;NVPTX;AMDGPU" note I removed |
@Ralender mentioned llvm/llvm-project#60568 |
I removed
Otherwise there was a failure otherwise with libstd++12 on
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With latest
unified/next
I get this error:Curious this
LLVM_16
.The text was updated successfully, but these errors were encountered: