We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc6673 commit 9890af9Copy full SHA for 9890af9
lld/ELF/SyntheticSections.h
@@ -1324,7 +1324,7 @@ class ArmCmseSGVeneer {
1324
std::optional<uint64_t> addr = std::nullopt)
1325
: sym(sym), acleSeSym(acleSeSym), entAddr{addr} {}
1326
static const size_t size{ACLESESYM_SIZE};
1327
- const std::optional<uint64_t> getAddr() const { return entAddr; };
+ std::optional<uint64_t> getAddr() const { return entAddr; };
1328
1329
Symbol *sym;
1330
Symbol *acleSeSym;
0 commit comments