Change filler type from ArrayRef<uint8_t> to uint32_t.
authorRui Ueyama <ruiu@google.com>
Sat, 19 Nov 2016 18:05:56 +0000 (18:05 +0000)
committerRui Ueyama <ruiu@google.com>
Sat, 19 Nov 2016 18:05:56 +0000 (18:05 +0000)
commit16068aeb583f0453d06e2a4654eb81e5d71b1aed
tree6a66a1ba5f6677987460acb053e633cfae2857bd
parent28f1e0dab945dccdb4d4d2347a3dc3a31425c1be
Change filler type from ArrayRef<uint8_t> to uint32_t.

Filler expressions in linker script "=fillexp" are always handled
as 32-bit integers. Thus the new type is more natural.

llvm-svn: 287445
lld/ELF/LinkerScript.cpp
lld/ELF/LinkerScript.h
lld/ELF/OutputSections.cpp