Skip to content

Commit fa3ad30

Browse files
committed
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.6-beta.1 [skip ci]
1 parent 06a99b8 commit fa3ad30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/tools/llvm-jitlink/llvm-jitlink-elf.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ Error registerELFGraphInfo(Session &S, LinkGraph &G) {
194194
else
195195
FileInfo.SectionInfos[Sec.getName()] = {
196196
ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize),
197-
(SecAddr - FirstSym->getOffset()).getValue(), FirstSym->getTargetFlags()};
197+
(SecAddr - FirstSym->getOffset()).getValue(),
198+
FirstSym->getTargetFlags()};
198199
}
199200

200201
return Error::success();

0 commit comments

Comments
 (0)