diff options
author | Zachary Turner <zturner@google.com> | 2018-11-14 17:22:09 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2018-11-14 17:22:09 +0000 |
commit | fca18e94e116581a71017230ab631955cb115af3 (patch) | |
tree | 509d93ee9d4eb364ae0f557418e3ee80bc437a9e /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp | |
parent | c9b1b100e41fc6e6c0eb6fe1bb8a30c6707de68c (diff) | |
download | bcm5719-llvm-fca18e94e116581a71017230ab631955cb115af3.tar.gz bcm5719-llvm-fca18e94e116581a71017230ab631955cb115af3.zip |
Fix some compilation failures introduced in recent patches.
This fixes two compilation failures:
1) Designated initializers are C++20. We can't use them in LLVM.
2) thread_result_t is not a pointer type on all platforms, so
returning nullptr is an error.
llvm-svn: 346873
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions