diff options
| author | Adrian Prantl <aprantl@apple.com> | 2019-05-16 19:21:31 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2019-05-16 19:21:31 +0000 |
| commit | 431dd943a1aa747efd07af44ea83398254cf6681 (patch) | |
| tree | d5d22415f0f55eaf727e26a7c2f2be5cc0082c91 /lldb/packages/Python/lldbsuite/test/lang/objcxx/cxx-bridged-po/Makefile | |
| parent | f637bb6ebdd93b21200e644f1dc30691957844da (diff) | |
| download | bcm5719-llvm-431dd943a1aa747efd07af44ea83398254cf6681.tar.gz bcm5719-llvm-431dd943a1aa747efd07af44ea83398254cf6681.zip | |
Make sure GetObjectDescription falls back to the Objective-C runtime.
This fixes an unintended regression introduced by
https://reviews.llvm.org/D61451 by making sure the Objective-C runtime
is also tried when the "correct" language runtime failed to return an
object description.
rdar://problem/50791055
Differential Revision: https://reviews.llvm.org/D62015
llvm-svn: 360929
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/objcxx/cxx-bridged-po/Makefile')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/objcxx/cxx-bridged-po/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/objcxx/cxx-bridged-po/Makefile b/lldb/packages/Python/lldbsuite/test/lang/objcxx/cxx-bridged-po/Makefile new file mode 100644 index 00000000000..c258c4de49e --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/lang/objcxx/cxx-bridged-po/Makefile @@ -0,0 +1,6 @@ +LEVEL = ../../../make + +OBJCXX_SOURCES := main.mm +LDFLAGS = $(CFLAGS) -lobjc -framework CoreFoundation + +include $(LEVEL)/Makefile.rules |

