[all-commits] [llvm/llvm-project] d7e71b: [compiler-rt santizer] Use clock_gettime instead o...
dobbelaj-snps via All-commits
all-commits at lists.llvm.org
Tue Dec 8 10:15:22 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d7e71b5db8427309ad12249633ea86cccdc5a701
https://github.com/llvm/llvm-project/commit/d7e71b5db8427309ad12249633ea86cccdc5a701
Author: Jeroen Dobbelaere <jeroen.dobbelaere at synopsys.com>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M compiler-rt/lib/memprof/memprof_allocator.cpp
M compiler-rt/lib/memprof/memprof_rtl.cpp
Log Message:
-----------
[compiler-rt santizer] Use clock_gettime instead of timespec_get
On RH66, timespec_get is not available. Use clock_gettime instead.
This problem was introduced with D87120
Reviewed By: tejohnson
Differential Revision: https://reviews.llvm.org/D91687
More information about the All-commits
mailing list