[lldb] [llvm] [DRAFT][lldb][windows] add Windows Virtual Console support (PR #168729)

Jonas Devlieghere via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 20 10:38:54 PST 2025


================
@@ -542,6 +542,9 @@ static llvm::Error serveConnection(
 }
 
 int main(int argc, char *argv[]) {
+  int zzz = 0;
+  while (zzz) {
+  }
----------------
JDevlieghere wrote:

lol

https://github.com/llvm/llvm-project/pull/168729


More information about the llvm-commits mailing list