[all-commits] [llvm/llvm-project] f596d8: [ELF] Move driver into ctx and remove indirection....

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Oct 1 15:13:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f596d82385a0fdf45543fb4266dc9832f4b64d8d
      https://github.com/llvm/llvm-project/commit/f596d82385a0fdf45543fb4266dc9832f4b64d8d
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-10-01 (Sat, 01 Oct 2022)

  Changed paths:
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/ELF/Driver.h
    M lld/ELF/DriverUtils.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/ScriptParser.cpp

  Log Message:
  -----------
  [ELF] Move driver into ctx and remove indirection. NFC

This removes one global variable and removes GOT and unique_ptr indirection.




More information about the All-commits mailing list