mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 00:20:25 +08:00
[ARM] Use the correct variable name and unbreak buildbot.
llvm-svn: 236880
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user