ashgti wrote:

The issue is _compiler_supports is also using a `with` statement, so `__exit__` 
is called before the function returns. Using another `with` statement would 
still clean up the file unless we refcounted the number of `__enter__` and 
`__exit__` calls to only remove the file once they're balanced.

https://github.com/llvm/llvm-project/pull/176463
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to