[all-commits] [llvm/llvm-project] 4d3a06: [lldb] Fix 'r' and 'run' aliases on Apple Silicon

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Feb 11 20:24:11 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d3a061c32ee5c4fb88be389a4dd7fd71fc9fa9c
      https://github.com/llvm/llvm-project/commit/4d3a061c32ee5c4fb88be389a4dd7fd71fc9fa9c
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/test/Shell/Host/TestCustomShell.test

  Log Message:
  -----------
  [lldb] Fix 'r' and 'run' aliases on Apple Silicon

The 'r' and 'run' aliases were different based on the target
architecture. I suspect the intention was to disable shell expansion on
embedded devices. This fixes TestCustomShell.test on AS.




More information about the All-commits mailing list