[all-commits] [llvm/llvm-project] aa8095: [lld-link] Warn on exported deleting dtor
ZequanWu via All-commits
all-commits at lists.llvm.org
Tue Apr 20 14:07:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa80955f638f26360a1a137d69f61d5ac4970295
https://github.com/llvm/llvm-project/commit/aa80955f638f26360a1a137d69f61d5ac4970295
Author: Zequan Wu <zequanwu at google.com>
Date: 2021-04-20 (Tue, 20 Apr 2021)
Changed paths:
M lld/COFF/Writer.cpp
A lld/test/COFF/export-deleting-dtor.s
Log Message:
-----------
[lld-link] Warn on exported deleting dtor
MSVC linker has this [[ https://docs.microsoft.com/en-us/cpp/error-messages/tool-errors/linker-tools-warning-lnk4102?view=msvc-160 | warning]], so lld-link should also warn on this.
Differential Revision: https://reviews.llvm.org/D100606
More information about the All-commits
mailing list