[all-commits] [llvm/llvm-project] ec235d: [JITLink] Delete copy and move constructors for ji...
lhames via All-commits
all-commits at lists.llvm.org
Tue Mar 30 22:58:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec235dd3556d9879b0ec58ebd6009904d0ef0d24
https://github.com/llvm/llvm-project/commit/ec235dd3556d9879b0ec58ebd6009904d0ef0d24
Author: Lang Hames <lhames at gmail.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
M llvm/unittests/ExecutionEngine/JITLink/LinkGraphTests.cpp
Log Message:
-----------
[JITLink] Delete copy and move constructors for jitlink::Section.
Sections are not movable or copyable.
More information about the All-commits
mailing list