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
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits