[all-commits] [llvm/llvm-project] de4e8b: [HWASan] Properly handle musttail calls.
Matt Morehouse via All-commits
all-commits at lists.llvm.org
Tue Feb 1 11:24:10 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de4e8bc3ace3eb64ac92166617056424f5bd5996
https://github.com/llvm/llvm-project/commit/de4e8bc3ace3eb64ac92166617056424f5bd5996
Author: Matt Morehouse <mascasa at google.com>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
A compiler-rt/test/hwasan/TestCases/musttail.cpp
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
Log Message:
-----------
[HWASan] Properly handle musttail calls.
Fixes a compile error when the `clang::musttail` attribute is used.
Reviewed By: eugenis
Differential Revision: https://reviews.llvm.org/D118712
More information about the All-commits
mailing list