This revision was automatically updated to reflect the committed changes.
Closed by commit rC334982: IRgen: Mark aliases of ctors and dtors as
unnamed_addr. (authored by pcc, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D48206?vs=151455&id=151787#toc
Repository:
rC Clang
pcc created this revision.
pcc added a reviewer: rsmith.
This is not only semantically correct but ensures that they will not
be marked as address-significant once https://reviews.llvm.org/D48155 lands.
https://reviews.llvm.org/D48206
Files:
clang/lib/CodeGen/CGCXX.cpp
clang/lib/CodeGen/Cod