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
Differential D152979
[scudo] Do not compile timing.cpp if LLVM_LIBC_INCLUDE_SCUDO=on Authored by alfredfo on Jun 14 2023, 4:12 PM.
Details 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
Diff Detail
Event TimelineComment Actions Sorry, I forgot one thing, you may also want to exclude the unit test lib/scudo/standalone/tests/timing_test.cpp as well |