You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
an older LLVM 12 or 13 (docker build --build-arg LLVM_VERSION=13 . I'll push an update to the Dockerfile for this )
or adding to the command line : -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:
llvm/llvm-project#57104
The text was updated successfully, but these errors were encountered: