skatrak added a comment.

I have been able to track down the failed `lld.wasm::stub_library.s` unit test 
to be due to the buildbot picking up line endings for the 
`lld/test/wasm/Inputs/libstub.so` to be Windows ones ("\r\n"), so the condition 
`if (mbref.getBuffer().starts_with("#STUB\n"))` in `lld/wasm/Driver.cpp:285` 
evaluates to false and the file is not processed. I'm not sure why this problem 
is being specifically picked up by the buildbot for this patch and whether it's 
already fixed upstream.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147217

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

Reply via email to