Skip to content

Commit 81eec5f

Browse files
committed
[DOCS] Add Release Note for change
1 parent b052af7 commit 81eec5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ Changes to the ARM Backend
125125
the required alignment space with a sequence of `0x0` bytes (the requested
126126
fill value) rather than NOPs.
127127

128+
* When using the `MOVT` or `MOVW` instructions, the Assembler will now check to
129+
ensure that any addend that is used is within a 16bit Signed value range. If the
130+
addend falls outside of this range, the LLVM backend will emit an error like so
131+
`Relocation Not In Range`.
132+
128133
Changes to the AVR Backend
129134
--------------------------
130135

0 commit comments

Comments
 (0)