[all-commits] [llvm/llvm-project] c74745: [compiler-rt][hwasan] Massage prctl/arch_prctl API...
Alexander Potapenko via All-commits
all-commits at lists.llvm.org
Thu Aug 25 01:09:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c747451dc0439f0e422d99cc456575d8fa04087f
https://github.com/llvm/llvm-project/commit/c747451dc0439f0e422d99cc456575d8fa04087f
Author: Alexander Potapenko <glider at google.com>
Date: 2022-08-25 (Thu, 25 Aug 2022)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_linux.cpp
Log Message:
-----------
[compiler-rt][hwasan] Massage prctl/arch_prctl API constants.
Move the definitions outside InitializeOsSupport(). Also remove the
undefs, as these constants won't be visible outside the .cpp file anyway.
Differential Revision: https://reviews.llvm.org/D132543
More information about the All-commits
mailing list