[all-commits] [llvm/llvm-project] 3346a7: [JITLink] Remove unnecessary SymbolStringPtr copy....

Lang Hames via All-commits all-commits at lists.llvm.org
Wed Apr 1 21:54:04 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3346a76d32ee6de1324d570be912c935fdcee265
      https://github.com/llvm/llvm-project/commit/3346a76d32ee6de1324d570be912c935fdcee265
  Author: Lang Hames <lhames at gmail.com>
  Date:   2026-04-02 (Thu, 02 Apr 2026)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h

  Log Message:
  -----------
  [JITLink] Remove unnecessary SymbolStringPtr copy. (#190101)

This was probably intended to be a `const SymbolStringPtr&` originally,
but if we were going to copy it anyway it's better to just take the
argument by value and std::move it.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list