I am making the test-suite of llvm.
[test-suite-build$ make
Consolidate compiler generated dependencies of target fpcmp-target
[ 0%] Built target fpcmp-target
Consolidate compiler generated dependencies of target timeit-target
[ 0%] Built target timeit-target
[ 0%] Built target build-litsupport
[ 0%] Built target build-fpcmp
[ 0%] Built target build-HashProgramOutput.sh
[ 0%] Built target build-timeit
[ 0%] Building CXX object Bitcode/Benchmarks/Halide/local_laplacian/CMakeFiles/halide_local_laplacian.dir/driver.cpp.o
In file included from /home/summer/llvm-16/test-suite/Bitcode/Benchmarks/Halide/local_laplacian/driver.cpp:1:
/home/summer/llvm-16/test-suite/Bitcode/Benchmarks/Halide/local_laplacian/../common/benchmark.h:4:10: fatal error: 'limits' file not found
#include <limits>
^~~~~~~~
1 error generated.
make[2]: *** [Bitcode/Benchmarks/Halide/local_laplacian/CMakeFiles/halide_local_laplacian.dir/build.make:76: Bitcode/Benchmarks/Halide/local_laplacian/CMakeFiles/halide_local_laplacian.dir/driver.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:14272: Bitcode/Benchmarks/Halide/local_laplacian/CMakeFiles/halide_local_laplacian.dir/all] Error 2
make: *** [Makefile:136: all] Error 2](https://stackoverflow.com)
I found limits.h in /usr/linux/
And I reinstall these libraries: gcc build-essential manpages-dev make perl zlib1g zlib1g-dev libssl-dev linux-libc-dev
But doesn't work
g++instead ofgcc.