mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
Add support for Haswell on x86_64.
<rdar://problem/15312873> llvm-svn: 199854
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user