Fix LLVM TOT build issue.

This commit is contained in:
Peng Tu
2012-11-21 19:09:10 -08:00
parent a267762f59
commit 16b0806d40
4 changed files with 11 additions and 5 deletions

View File

@@ -68,6 +68,8 @@ lPrintVersion() {
"3.1"
#elif defined(LLVM_3_2)
"3.2"
#elif defined(LLVM_3_3)
"3.3"
#else
#error "Unhandled LLVM version"
#endif