diff options
author | Enrico Granata <egranata@apple.com> | 2015-11-19 22:28:58 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2015-11-19 22:28:58 +0000 |
commit | 46252398f012414616052a4d5a15a87cb0fbf6f7 (patch) | |
tree | 890f5762d5f0d23ab6b7edd891f5745a3926db3a /lldb/packages/Python/lldbsuite/test/lang/cpp/frame-var-anon-unions/Makefile | |
parent | 379cc5e71b2b6deb1e88240994761358741d2c9f (diff) | |
download | bcm5719-llvm-46252398f012414616052a4d5a15a87cb0fbf6f7.tar.gz bcm5719-llvm-46252398f012414616052a4d5a15a87cb0fbf6f7.zip |
Fix up LLDB for a change in the way clang represents anonymous unions such that the 'frame variable' command can still find the members of such union as if they were top-level variables in the current scope
llvm-svn: 253613
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/frame-var-anon-unions/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/frame-var-anon-unions/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/frame-var-anon-unions/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/frame-var-anon-unions/Makefile new file mode 100644 index 00000000000..314f1cb2f07 --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/frame-var-anon-unions/Makefile @@ -0,0 +1,5 @@ +LEVEL = ../../../make + +CXX_SOURCES := main.cpp + +include $(LEVEL)/Makefile.rules |