Update Windows to LLVM 12.0.1

This commit is contained in:
gingerBill
2021-09-11 17:06:29 +01:00
parent a5b4b73544
commit c51c002ffa
35 changed files with 145 additions and 94 deletions
+2
View File
@@ -23,6 +23,8 @@
#if LLVM_VERSION_MAJOR < 11
#error "LLVM Version 11 is the minimum required"
#elif LLVM_VERSION_MAJOR == 12 && !(LLVM_VERSION_MINOR > 0 || LLVM_VERSION_PATCH > 0)
#error "If LLVM Version 12.x.y is wanted, at least LLVM 12.0.1 is required"
#endif