[all-commits] [llvm/llvm-project] 89f778: [NFC][compiler-rt][hwasan] Rename InitPrctl to Ini...
Leonard Chan via All-commits
all-commits at lists.llvm.org
Fri Jul 9 11:01:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89f778ceea0d3a5b05ca44c2188ff9779d33f23d
https://github.com/llvm/llvm-project/commit/89f778ceea0d3a5b05ca44c2188ff9779d33f23d
Author: Leonard Chan <leonardchan at google.com>
Date: 2021-07-09 (Fri, 09 Jul 2021)
Changed paths:
M compiler-rt/lib/hwasan/hwasan.cpp
M compiler-rt/lib/hwasan/hwasan.h
M compiler-rt/lib/hwasan/hwasan_linux.cpp
Log Message:
-----------
[NFC][compiler-rt][hwasan] Rename InitPrctl to InitializeOsSupport
The new name is something less linux-y and more platform generic. Once we
finalize the tagged pointer ABI in zircon, we will do the appropriate check
for fuchsia to see that TBI is enabled.
Differential Revision: https://reviews.llvm.org/D105667
More information about the All-commits
mailing list