notes/pl/cross/llvm/features/compiler.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

6 строки
155 B
Plaintext

https://github.com/llvm-mirror/llvm/blob/master/include/llvm/Support/Compiler.h
#if !LLVM_MSC_PREREQ(1900)
#error LLVM requires at least MSVC 2015.
#endi