This is an archive of the discontinued LLVM Phabricator instance.

[Clang][UBSan] Fix the crash caused by __builtin_assume_aligned with -no-opaque-pointers enabled
AbandonedPublic

Authored by yronglin on May 22 2023, 9:54 AM.

Diff Detail

Event Timeline

yronglin created this revision.May 22 2023, 9:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 22 2023, 9:54 AM
yronglin requested review of this revision.May 22 2023, 9:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 22 2023, 9:54 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
yronglin edited the summary of this revision. (Show Details)May 22 2023, 9:55 AM
yronglin updated this revision to Diff 524673.May 23 2023, 5:57 AM

Try fix test.

The col number in diagnostic message seems not correct https://godbolt.org/z/jnG5orhYW

I don't know much about this section, but I DO note that the pre-commit CI failures all seem related here.

The col number in diagnostic message seems not correct https://godbolt.org/z/jnG5orhYW

Thanks for your review @erichkeane , the column number in diagnostic message seems not correct https://godbolt.org/z/jnG5orhYW

yronglin abandoned this revision.Jun 28 2023, 9:01 AM