From 013434e547264f46db5a559b2fcdda5a791484ec Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Wed, 9 Jul 2014 01:29:05 +0000 Subject: __arm64__ and __aarch64__ #ifdef adjustments Change by Paul Osmialowski See http://reviews.llvm.org/D4379 for details. llvm-svn: 212583 --- lldb/source/Core/Error.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Core/Error.cpp') diff --git a/lldb/source/Core/Error.cpp b/lldb/source/Core/Error.cpp index 8929568aa68..03cfd41b288 100644 --- a/lldb/source/Core/Error.cpp +++ b/lldb/source/Core/Error.cpp @@ -21,7 +21,7 @@ #include #include -#if (defined (__arm__) || defined (__arm64__)) && defined (__APPLE__) +#if (defined (__arm__) || defined (__arm64__) || defined (__aarch64__)) && defined (__APPLE__) #include #endif -- cgit v1.2.3