dblaikie added a comment.

> Additionally, lambdas are always going to have internal linkage so they will 
> not differ accross TUs.

This isn't true - if a lambda appears in a header in any way, it probably has 
linkage the same as an inline function, not internal.

(eg: a lambda inside an inline function has linkage so it gets deduplicated 
with other copies from different inclusions of a header)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148444/new/

https://reviews.llvm.org/D148444

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to