summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2016-03-12 01:57:31 +0000
committerNico Weber <nicolasweber@gmx.de>2016-03-12 01:57:31 +0000
commit39a02a7beddbb720c3e9eda82e5e007b5c6738a0 (patch)
treea599d2023b834d1bf20c9af1183f600ee43cd35c /lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py
parent64d24578d8e199a5f0de8849179ab58807747afb (diff)
downloadbcm5719-llvm-39a02a7beddbb720c3e9eda82e5e007b5c6738a0.tar.gz
bcm5719-llvm-39a02a7beddbb720c3e9eda82e5e007b5c6738a0.zip
Fix bad regression from r263077 when building with MSVC.
That change did: -#if defined(__BIG_ENDIAN__) +#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ If __BYTE_ORDER__ and __ORDER_BIG_ENDIAN__ aren't defined, like they are with MSVC, this condition is true (0 == 0). Fixes PR26919. llvm-svn: 263324
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud