summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function
diff options
context:
space:
mode:
authorLogan Chien <tzuhsiang.chien@gmail.com>2016-08-31 15:16:40 +0000
committerLogan Chien <tzuhsiang.chien@gmail.com>2016-08-31 15:16:40 +0000
commitb2e620a23b950ca8e21ab6da0e14321cd566425f (patch)
tree6c1c9a15127a0e984bde068556a92b6043e0d142 /lldb/packages/Python/lldbsuite/test/expression_command/call-function
parent2b1084ac93bcf095a7021f8a3c34d8899329e271 (diff)
downloadbcm5719-llvm-b2e620a23b950ca8e21ab6da0e14321cd566425f.tar.gz
bcm5719-llvm-b2e620a23b950ca8e21ab6da0e14321cd566425f.zip
Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined().
This commit fixes -Wundef by replacing: #if !LIBCXXABI_USE_LLVM_UNWINDER with: #if !defined(LIBCXXABI_USE_LLVM_UNWINDER) llvm-svn: 280251
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud