aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/llvm16/tools/polly/lib/External/isl/isl_config.h
blob: 6e264c71d84f23b5bfd5b8e93e35325bbe50f2cd (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#if defined(__APPLE__)
#   include "isl_config-osx.h"
#elif defined(_MSC_VER)
#   include "isl_config-win.h"
#else
#   include "isl_config-linux.h"
#endif