[all-commits] [llvm/llvm-project] 63eb7c: [scudo] Do not compile timing.cpp if LLVM_LIBC_INC...
alfredfo via All-commits
all-commits at lists.llvm.org
Thu Jun 15 16:09:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 63eb7c4e6620279c63bd42d13177a94928cabb3c
https://github.com/llvm/llvm-project/commit/63eb7c4e6620279c63bd42d13177a94928cabb3c
Author: Alfred Persson Forsberg <cat at catcream.org>
Date: 2023-06-16 (Fri, 16 Jun 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/CMakeLists.txt
M compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
Log Message:
-----------
[scudo] Do not compile timing.cpp if LLVM_LIBC_INCLUDE_SCUDO=on
Temporary hack until LLVM libc supports inttypes.h print format macros
timing.h uses the PRId64 macro which is not included in llvm libc yet
Bug: https://github.com/llvm/llvm-project/issues/63317
Reviewed By: michaelrj, thesamesam, Chia-hungDuan
Differential Revision: https://reviews.llvm.org/D152979
More information about the All-commits
mailing list