[Lldb-commits] [PATCH] D33083: [Expression parser] Look up module symbols before hunting globally
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon May 15 03:42:51 PDT 2017
labath added a comment.
Is this feature really darwin specific? Isn't the `__private_extern__` thingy equivalent to `__attribute__(visibility("hidden")))`, which is supported by gcc and clang alike?
================
Comment at: packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Makefile:1
+LEVEL = ../../../make
+
----------------
For a portable way to write a Makefile with multiple shared libraries, please look at `testcases/lang/cpp/namespace_definitions`. The solution is not very elegant, but at least it avoid hardcoding `.dylib` everywhere.
https://reviews.llvm.org/D33083
More information about the lldb-commits
mailing list