efriedma added a comment.

> https://gcc.godbolt.org/z/cY9-HQ

gcc's behavior for your testcase makes no sense.  We have to emit the 
definition of a static function: it can't be defined in any other translation 
unit because it's impossible to name in any other translation unit.  Note the 
"_ZL" prefix.  (Given the way ELF works, I guess you could get around that 
limitation if the function is `extern "C"`, but still...)


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67414



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

Reply via email to