llvm-6502/projects/sample
Bob Wilson 244acf3a4b Link with -rdynamic instead of -Wl,-export-dynamic.
Recent versions of the OS X linker support this but follow the existing
OS X linker convention of using an underscore in the option name, i.e.,
-export_dynamic. Rather than changing our configure scripts to check for
that alternate spelling, it is simpler to just use the compiler's -rdynamic
option and let it deal with translating that to the appropriate linker
option. One potential disadvantage of this approach is that the compiler
will typically ignore -rdynamic on platforms where it is not supported, so
the HAVE_LINK_EXPORT_DYNAMIC in config.h will not necessarily show whether
that option has any effect or not. I don't see any in-tree uses of that
macro, so I'm assuming it is OK.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187686 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-02 22:51:06 +00:00
..
autoconf Link with -rdynamic instead of -Wl,-export-dynamic. 2013-08-02 22:51:06 +00:00
docs Add "sample" documentation to sample project. 2008-09-15 05:31:29 +00:00
include
lib I swear I did a make clean and make before committing all this... 2010-11-29 18:47:54 +00:00
tools Clean up the sample include orderings, not that it really matters... 2012-12-04 10:46:21 +00:00
configure Remove the mblaze backend from llvm. 2013-07-25 18:55:05 +00:00
Makefile oops 2005-07-05 16:36:18 +00:00
Makefile.common.in projects/sample: Switch over to imported Makefile setup. 2011-10-27 21:25:09 +00:00
Makefile.llvm.config.in Add --enable-werror and --enable-cxx11 to projects/sample/ 2012-11-12 06:11:12 +00:00
Makefile.llvm.rules Remove dead code from the makefile build system. 2013-07-25 20:25:31 +00:00