[all-commits] [llvm/llvm-project] 067fad: [JITLink][COFF] Add explicit std::move.
Sunho Kim via All-commits
all-commits at lists.llvm.org
Sat Jul 30 16:01:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 067faddb55b94749d16b32679ce6b75fdb5f4b01
https://github.com/llvm/llvm-project/commit/067faddb55b94749d16b32679ce6b75fdb5f4b01
Author: Sunho Kim <ksunhokim123 at gmail.com>
Date: 2022-07-31 (Sun, 31 Jul 2022)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/COFFDirectiveParser.cpp
Log Message:
-----------
[JITLink][COFF] Add explicit std::move.
Since ArgList is not copyable we need to make sure it's moved explicitly.
More information about the All-commits
mailing list