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

@@ -129,9 +129,9 @@ lGetSystemISA() {
static const char *supportedCPUs[] = {
"atom", "penryn", "core2", "corei7", "corei7-avx"
#ifdef LLVM_3_2
#if defined(LLVM_3_2) || defined(LLVM_3_3)
, "core-avx-i", "core-avx2"
#endif // LLVM_3_2
#endif // LLVM_3_2 or LLVM_3_3
};