Fixes a compile error when the clang::musttail attribute is used.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D118712
[HWASan] Properly handle musttail calls. ClosedPublic Authored by morehouse on Feb 1 2022, 9:08 AM.
Details
Summary Fixes a compile error when the clang::musttail attribute is used.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 1 2022, 9:08 AM This revision is now accepted and ready to land.Feb 1 2022, 11:04 AM This revision was landed with ongoing or failed builds.Feb 1 2022, 11:24 AM Closed by commit rGde4e8bc3ace3: [HWASan] Properly handle musttail calls. (authored by morehouse). · Explain Why This revision was automatically updated to reflect the committed changes. Comment Actions
Aarch64StackTagging fix in D118854.
Revision Contents
Diff 405014 compiler-rt/test/hwasan/TestCases/musttail.cpp
llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
|
isa<ResumeInst, CleanupReturnInst>