[NFC][compiler-rt][hwasan] Rename InitPrctl to InitializeOsSupport
authorLeonard Chan <leonardchan@google.com>
Thu, 8 Jul 2021 22:32:20 +0000 (15:32 -0700)
committerLeonard Chan <leonardchan@google.com>
Fri, 9 Jul 2021 18:00:51 +0000 (11:00 -0700)
commit89f778ceea0d3a5b05ca44c2188ff9779d33f23d
treee4feaf079c1859db5bafa8a9593f15e91fddde9b
parentd564cfb53c71dbbbd46b6719f5fe53d70313de45
[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
compiler-rt/lib/hwasan/hwasan.cpp
compiler-rt/lib/hwasan/hwasan.h
compiler-rt/lib/hwasan/hwasan_linux.cpp