Enabling llvm 3.4

This commit is contained in:
Dmitry Babokin
2013-05-13 19:25:31 +04:00
parent d958b0b9d6
commit b6b9daa3c5
7 changed files with 21 additions and 21 deletions

View File

@@ -138,9 +138,9 @@ lGetSystemISA() {
static const char *supportedCPUs[] = {
"atom", "penryn", "core2", "corei7", "corei7-avx"
#if defined(LLVM_3_2) || defined(LLVM_3_3)
#if !defined(LLVM_3_1)
, "core-avx-i", "core-avx2"
#endif // LLVM_3_2 or LLVM_3_3
#endif // LLVM 3.2+
};
Target::Target(const char *arch, const char *cpu, const char *isa, bool pic) :