[all-commits] [llvm/llvm-project] 7adff6: [Dexter] Don't hardcode x86_64 as the default arch...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri May 26 15:07:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7adff65d4abf4b743e3834505cdb1a580b4d966e
      https://github.com/llvm/llvm-project/commit/7adff65d4abf4b743e3834505cdb1a580b4d966e
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-05-26 (Fri, 26 May 2023)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/Debuggers.py

  Log Message:
  -----------
  [Dexter] Don't hardcode x86_64 as the default architecture

Use platform.machine() as the default architecture instead of hardcoding
it to x86_64.




More information about the All-commits mailing list