diff options
author | Raphael Isemann <teemperor@gmail.com> | 2021-09-10 13:10:09 +0200 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2021-09-10 13:10:19 +0200 |
commit | 0c8444bd3462a3d05c8ac637a554e1a368dee0ac (patch) | |
tree | 74a42c22f5438b02356acfd28ad9122240571c05 /lldb/source/Commands/CommandObjectPlatform.cpp | |
parent | 05b4e49a17f5e997c0ccf4086dc0d2b8cec7e263 (diff) | |
download | llvm-0c8444bd3462a3d05c8ac637a554e1a368dee0ac.zip llvm-0c8444bd3462a3d05c8ac637a554e1a368dee0ac.tar.gz llvm-0c8444bd3462a3d05c8ac637a554e1a368dee0ac.tar.bz2 |
[lldb] Fix Clang modules build after D101329
D101329 introduces the Process:SaveCore function returning a
`llvm::Expected<bool>`. That function causes that Clang with -fmodules crashes
while compiling LLDB's PythonDataObjects.cpp. With enabled asserts Clang fails
because of:
Assertion failed: (CachedFieldIndex && "failed to find field in parent")
Crash can be reproduced by building via -DLLVM_ENABLE_MODULES=On with Clang
12.0.1 and then building PythonDataObjects.cpp.o .
Clang bug is tracked at rdar://82901462
Diffstat (limited to 'lldb/source/Commands/CommandObjectPlatform.cpp')
0 files changed, 0 insertions, 0 deletions