labath added a subscriber: teemperor.
labath added a comment.

I've had to revert this because of some failures on macos 
(http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/7109/testReport/). 
@jarin, are you able to run the test suite on a mac to investigate.

@teemperor, all of the failures (except TestPrintf, which was actually fixed) 
were in the "import std module" tests, relating to the failure to lookup 
symbols like `__Z12__to_addressP1C`. I have a feeling this could actually be a 
bug in the std module handler -- I know it does something special with symbols 
in the `std` namespace, but this looks like a standard library symbol which is 
not in that namespace (and it's not surprising we can't find it in the binary 
if the program never used it). What do you think is the best way to resolve 
this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73191



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

Reply via email to