Added LLVM 3.7 support

This commit is contained in:
Andrey Guskov
2015-01-19 17:30:59 +03:00
parent abeda29087
commit ae8b724d92
7 changed files with 47 additions and 14 deletions

View File

@@ -72,6 +72,8 @@ lPrintVersion() {
"3.5"
#elif defined(LLVM_3_6)
"3.6"
#elif defined(LLVM_3_7)
"3.7"
#else
#error "Unhandled LLVM version"
#endif