[all-commits] [llvm/llvm-project] 835ef6: [hwasan] Fix stack safety test for old PM.
Florian Mayer via All-commits
all-commits at lists.llvm.org
Tue Jul 27 12:51:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 835ef6f93d5789d3d7d905462e7574a38b30577d
https://github.com/llvm/llvm-project/commit/835ef6f93d5789d3d7d905462e7574a38b30577d
Author: Florian Mayer <fmayer at google.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M clang/test/CodeGen/hwasan-stack-safety-analysis.c
Log Message:
-----------
[hwasan] Fix stack safety test for old PM.
With the old PM, the stub for __hwasan_generate_tag is still generated
in the IR, but never called.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D106858
More information about the All-commits
mailing list