mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 23:16:05 +00:00

The ParseUnixMemoryProfile function is defined only for a subset of platforms. Define the test for the same set of platforms. Also disable the test for 32-bit platforms b/c the pointer values used in the test are 64-bit and don't fit into 32-bit uptr. Reported-by: Jan Svoboda (jansvoboda11) Reviewed By: melver Differential Revision: https://reviews.llvm.org/D112815
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================