-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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
Trying TySan: assert trying to build cmake: "Cannot get layout of forward declarations!" #121014
Labels
Comments
@fhahn this ticket may interest you... |
BTW I'm on macOS if it matters. I just tried building an even smaller project, and it built successfully (no compiler assert). |
@llvm/issue-subscribers-clang-codegen Author: Sean McBride (seanm)
Was excited to see in llvm-weekly that TySan is in master, so I gave it a try. I built clang and confirmed that build of clang could build my code. Then I added `-fsanitize=type` and rebuilt, and now I get an assert:
Requested files: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Was excited to see in llvm-weekly that TySan is in master, so I gave it a try. I built clang and confirmed that build of clang could build my code. Then I added
-fsanitize=type
and rebuilt, and now I get an assert:Requested files:
cmCMakeHostSystemInformationCommand-983a48.zip
The text was updated successfully, but these errors were encountered: