[all-commits] [llvm/llvm-project] 34ee53: [lldb][test] Fix TestCallBuiltinFunction.py

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Sep 27 22:37:38 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 34ee53c9e390019d757b453ceba9cc3e47ab0df1
      https://github.com/llvm/llvm-project/commit/34ee53c9e390019d757b453ceba9cc3e47ab0df1
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
    M lldb/test/API/commands/expression/call-function/TestCallBuiltinFunction.py

  Log Message:
  -----------
  [lldb][test] Fix TestCallBuiltinFunction.py

A constant __builtin_abs(-14) cannot be evaluated without a running target
as Clang now emits llvm.abs.*




More information about the All-commits mailing list