================
@@ -1364,6 +1432,107 @@ const Defined *LinkerScript::assignAddresses() {
return getChangedSymbolAssignment(oldValues);
}
+static bool isRegionOverflowed(MemoryRegion *mr) {
----------------
mysterymath wrote:
Done.
https://github.com/llvm/llvm-project/pull/90007