Small fixes to build with LLVM top-of-tree (now numbered as version 3.3)

This commit is contained in:
Matt Pharr
2012-12-02 14:29:24 -08:00
parent e82b649ec0
commit 8cbfde6092
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