[lld] r266798 - ELF: Add +, -, *, / and & to SECTIONS linker script command.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 13:52:12 PDT 2016


> +uint64_t evaluate(ArrayRef<StringRef> Tokens, uint64_t Dot) {

Can this be static?

Cheers,
Rafael


More information about the llvm-commits mailing list