[all-commits] [llvm/llvm-project] 2e7365: [lldb] Set ObjectFile's assignment operator to als...
Thomas Fransham via All-commits
all-commits at lists.llvm.org
Tue May 21 15:51:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e7365eabe4dd2a56b0b1b4053a95558c4f4bb97
https://github.com/llvm/llvm-project/commit/2e7365eabe4dd2a56b0b1b4053a95558c4f4bb97
Author: Thomas Fransham <fsfod11 at gmail.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M llvm/include/llvm/Object/ObjectFile.h
Log Message:
-----------
[lldb] Set ObjectFile's assignment operator to also be deleted like its copy constructor (#92942)
This will also fix a warning when ObjectFile is dllexport'ed on Windows
for my GSOC project for adding support Clang plugins on windows with
@vgvassilev and @compnerd.
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