[all-commits] [llvm/llvm-project] 4bb681: [NFC][HWASAN] Fix top comment
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Tue Apr 25 20:05:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4bb68160183e4ec4a7217190d3ebfd93c06c33ab
https://github.com/llvm/llvm-project/commit/4bb68160183e4ec4a7217190d3ebfd93c06c33ab
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-04-25 (Tue, 25 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
Log Message:
-----------
[NFC][HWASAN] Fix top comment
Commit: 8fc1764ef3d18b65b52f82ca4a6bf56ac024e589
https://github.com/llvm/llvm-project/commit/8fc1764ef3d18b65b52f82ca4a6bf56ac024e589
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-04-25 (Tue, 25 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
Log Message:
-----------
[NFC][HWASAN] Check TagMaskByte instead of TargetTriple
We need to apply mask for x86_64 because the mask is not full byte. So
instead checking the arch we can check the mask.
Compare: https://github.com/llvm/llvm-project/compare/6f66b12528cc...8fc1764ef3d1
More information about the All-commits
mailing list