forked from OSchip/llvm-project
[ARM] Use the correct variable name and unbreak buildbot.
llvm-svn: 236880
This commit is contained in:
parent
2312bd3811
commit
d3142ec82b
|
@ -36,7 +36,7 @@ public:
|
|||
|
||||
const AtomLayout *appendAtom(const Atom *atom) override {
|
||||
const DefinedAtom *definedAtom = cast<DefinedAtom>(atom);
|
||||
assert(atom->contentType() == DefinedAtom::typeARMExidx &&
|
||||
assert(definedAtom->contentType() == DefinedAtom::typeARMExidx &&
|
||||
"atom content type for .ARM.exidx section has to be typeARMExidx");
|
||||
|
||||
DefinedAtom::Alignment atomAlign = definedAtom->alignment();
|
||||
|
|
Loading…
Reference in New Issue