erichkeane added a comment.

In D93769#2972151 <https://reviews.llvm.org/D93769#2972151>, @matthewtff wrote:

>> It looks like Melanie asked the questions but it wasn't resolved.
>
> Can this CL be reverted and relanded later with a fix? This breakage is 
> crucial for a lot of remote/distributed compilation systems.

Did someone perhaps fix this in trunk?  I don't see it on godbolt: 
https://godbolt.org/z/r76rx5Evd

See the preprocessed version ends up being:

int main() {

  std::cout << "Hello, " "One" << std::endl;

}


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93769

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

Reply via email to