summaryrefslogtreecommitdiff
path: root/third_party/llvm-project/include/llvm/Config/llvm-config.h
blob: 8a5702d4b2c7788ce1fdbbc5bb00d5cd201d56c3 (plain)
1
2
3
4
5
6
7
8
9

// This is all terrible

#ifndef _WIN32
#define LLVM_ON_UNIX
#endif

// Use simple std:: based atomics, no windows specifics
#define LLVM_THREADING_USE_STD_CALL_ONCE 1