[Lldb-commits] [lldb] r143273 - /lldb/trunk/source/Core/ArchSpec.cpp
Jason Molenda
jmolenda at apple.com
Fri Oct 28 18:34:50 PDT 2011
Author: jmolenda
Date: Fri Oct 28 20:34:50 2011
New Revision: 143273
URL: http://llvm.org/viewvc/llvm-project?rev=143273&view=rev
Log:
Remove alpha from list of known architectures -- it was just removed
from llvm TOT.
Modified:
lldb/trunk/source/Core/ArchSpec.cpp
Modified: lldb/trunk/source/Core/ArchSpec.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/ArchSpec.cpp?rev=143273&r1=143272&r2=143273&view=diff
==============================================================================
--- lldb/trunk/source/Core/ArchSpec.cpp (original)
+++ lldb/trunk/source/Core/ArchSpec.cpp Fri Oct 28 20:34:50 2011
@@ -43,9 +43,6 @@
// 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" },
More information about the lldb-commits
mailing list