diff options
| author | Jason Molenda <jmolenda@apple.com> | 2011-10-29 01:34:50 +0000 | 
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2011-10-29 01:34:50 +0000 | 
| commit | 2fae235365bac259ff05fdfe734a1e5c76226a6f (patch) | |
| tree | 7e1baaff4fd3b2303bc273b865c5e883ec51e1d6 /lldb/source | |
| parent | c05203ba81e8a59d904d81a03e372ddb57709f94 (diff) | |
| download | bcm5719-llvm-2fae235365bac259ff05fdfe734a1e5c76226a6f.tar.gz bcm5719-llvm-2fae235365bac259ff05fdfe734a1e5c76226a6f.zip  | |
Remove alpha from list of known architectures -- it was just removed
from llvm TOT.
llvm-svn: 143273
Diffstat (limited to 'lldb/source')
| -rw-r--r-- | lldb/source/Core/ArchSpec.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Core/ArchSpec.cpp b/lldb/source/Core/ArchSpec.cpp index 732a0dbc16f..97bea297263 100644 --- a/lldb/source/Core/ArchSpec.cpp +++ b/lldb/source/Core/ArchSpec.cpp @@ -43,9 +43,6 @@ namespace lldb_private {  // This core information can be looked using the ArchSpec::Core as the index  static const CoreDefinition g_core_definitions[ArchSpec::kNumCores] =  { -    // TODO: verify alpha has 32 bit fixed instructions -    { eByteOrderLittle, 4, 4, 4, llvm::Triple::alpha  , ArchSpec::eCore_alpha_generic   , "alpha"     }, -      { eByteOrderLittle, 4, 2, 4, llvm::Triple::arm    , ArchSpec::eCore_arm_generic     , "arm"       },      { eByteOrderLittle, 4, 2, 4, llvm::Triple::arm    , ArchSpec::eCore_arm_armv4       , "armv4"     },      { eByteOrderLittle, 4, 2, 4, llvm::Triple::arm    , ArchSpec::eCore_arm_armv4t      , "armv4t"    },  | 

