[all-commits] [llvm/llvm-project] 2ceff7: [HWASan][bugfix] Fix kernel check in ShadowMapping...
Usama Hameed via All-commits
all-commits at lists.llvm.org
Fri May 30 15:33:29 PDT 2025
Branch: refs/heads/users/usama54321/hwasan-kernel-check-bugfix
Home: https://github.com/llvm/llvm-project
Commit: 2ceff796262d7df63e6804c4150795ba29e41a6d
https://github.com/llvm/llvm-project/commit/2ceff796262d7df63e6804c4150795ba29e41a6d
Author: usama <u_hameed at apple.com>
Date: 2025-05-30 (Fri, 30 May 2025)
Changed paths:
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
Log Message:
-----------
[HWASan][bugfix] Fix kernel check in ShadowMapping::init
The function currently checks for the command line argument only to
check if compiling for kernel. This is incorrect as the setting can also
be passed programatically.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list