| Index: src/IceTargetLoweringX8632.cpp
|
| diff --git a/src/IceTargetLoweringX8632.cpp b/src/IceTargetLoweringX8632.cpp
|
| index c6a72d6510ccbc64e13c4bb9f937901535df451e..0d9572a9207d896b46ffd4e601295768f37ec737 100644
|
| --- a/src/IceTargetLoweringX8632.cpp
|
| +++ b/src/IceTargetLoweringX8632.cpp
|
| @@ -77,6 +77,7 @@ const size_t MachineTraits<TargetX8632>::TableTypeX8632AttributesSize =
|
| llvm::array_lengthof(TableTypeX8632Attributes);
|
|
|
| const uint32_t MachineTraits<TargetX8632>::X86_STACK_ALIGNMENT_BYTES = 16;
|
| +const char *MachineTraits<TargetX8632>::TargetName = "X8632";
|
|
|
| } // end of namespace X86Internal
|
|
|
|
|