[all-commits] [llvm/llvm-project] f89944: [lldb] Fix TestFormattersBoolRefPtr on AS
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Aug 11 14:55:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f89944530726f7b315b30670a7e1f93d0cd926f0
https://github.com/llvm/llvm-project/commit/f89944530726f7b315b30670a7e1f93d0cd926f0
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-08-11 (Wed, 11 Aug 2021)
Changed paths:
M lldb/test/API/functionalities/data-formatter/boolreference/TestFormattersBoolRefPtr.py
Log Message:
-----------
[lldb] Fix TestFormattersBoolRefPtr on AS
BOOL is bool instead of signed char on ARM. See
https://reviews.llvm.org/D93421#inline-874116 for details.
More information about the All-commits
mailing list