Open AndrewQuijano opened 7 months ago
Hi, indeed something broke .
As a workaround, you can compile with either :
docker build --build-arg LLVM_VERSION=13 .
I'll push an update to the Dockerfile for this ) -I /libcxx_symcc_install/include/x86_64-unknown-linux-gnu/c++/v1/ -L /libcxx_symcc_install/lib/x86_64-unknown-linux-gnu/
This will definitely need a better fix (and some tests to detect those issues).
Hello, When attempting to run sym++ on the Docker image, I found the following issue shown in the screenshot. After poking around, it looks like there needs to be linking to /libcxx_symcc_install/include/x86_64-unknown-linux-gnu/c++/v1/
I am currently unable to see what to update in symc++ script. Here is documentation as it seems to be an LLVM/Clang issue:
https://github.com/llvm/llvm-project/issues/57104