[all-commits] [llvm/llvm-project] 563bea: [lldb][test] Enable TestIRInterpreter on Windows

David Spickett via All-commits all-commits at lists.llvm.org
Thu Jul 3 02:43:01 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 563bea91222f534d90c2baa645a5e2bc4132e9a8
      https://github.com/llvm/llvm-project/commit/563bea91222f534d90c2baa645a5e2bc4132e9a8
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2025-07-03 (Thu, 03 Jul 2025)

  Changed paths:
    M lldb/test/API/commands/expression/ir-interpreter/TestIRInterpreter.py

  Log Message:
  -----------
  [lldb][test] Enable TestIRInterpreter on Windows

Relates to https://github.com/llvm/llvm-project/issues/22139

This used to be broken because the expressions didn't work,
but the test also used getpid which isn't avaialable on Windows.

So when the expressions started working, evaluation still failed
due to getpid.

I made it call GetCurrentProcessId and it worked.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list