Add support for Haswell on x86_64.

<rdar://problem/15312873>

llvm-svn: 199854
This commit is contained in:
Greg Clayton
2014-01-22 23:42:03 +00:00
parent 3b2c96ee86
commit a86dc43371
10 changed files with 83 additions and 21 deletions

View File

@@ -1809,6 +1809,7 @@ DataExtractor::Dump (Stream *s,
case ArchSpec::eCore_x86_32_i486:
case ArchSpec::eCore_x86_32_i486sx:
case ArchSpec::eCore_x86_64_x86_64:
case ArchSpec::eCore_x86_64_x86_64h:
// clang will assert when contructing the apfloat if we use a 16 byte integer value
if (GetAPInt (*this, &offset, 10, apint))
{