llvm-6502/tools
Bill Wendling f62b9cd890 Add the `lto_codegen_set_export_dynamic' function.
This function sets the `_exportDynamic' ivar. When that's set, we export all
symbols (e.g. we don't run the internalize pass). This is equivalent to the
`--export-dynamic' linker flag in GNU land:

--export-dynamic
  When creating a dynamically linked executable, add all symbols to the dynamic
  symbol table. The dynamic symbol table is the set of symbols which are visible
  from dynamic objects at run time. If you do not use this option, the dynamic
  symbol table will normally contain only those symbols which are referenced by
  some dynamic object mentioned in the link. If you use dlopen to load a dynamic
  object which needs to refer back to the symbols defined by the program, rather
  than some other dynamic object, then you will probably need to use this option
  when linking the program itself.

The Darwin linker will support this via the `-export_dynamic' flag. We should
modify clang to support this via the `-rdynamic' flag.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169656 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-08 00:18:16 +00:00
..
bugpoint Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
bugpoint-passes Move the InstVisitor utility into VMCore where it belongs. It heavily 2012-11-30 03:08:41 +00:00
gold Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llc Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
lli Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-ar Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-as Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-bcanalyzer Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-config Re-enable support for --program-prefix. 2012-10-01 18:40:32 +00:00
llvm-cov Remove accidental commit. 2012-11-07 18:39:32 +00:00
llvm-diff Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-dis Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-dwarfdump Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-extract Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-jitlistener Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-link Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-mc Added a option to the disassembler to print immediates as hex. 2012-12-05 18:13:19 +00:00
llvm-mcmarkup MC: Simple example parser for MC assembly markup. 2012-10-31 23:24:13 +00:00
llvm-nm Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-objdump Quick build fix for c++03 clang. This needs a proper solution. Note that these offsets are guaranteed to be correct by Endian.h. 2012-12-05 22:38:01 +00:00
llvm-prof Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-ranlib Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-readobj Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-rtdyld Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-shlib Add support for the OpenBSD for Bitrig. 2012-08-06 20:52:18 +00:00
llvm-size Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-stress Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
llvm-symbolizer Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
lto Add the `lto_codegen_set_export_dynamic' function. 2012-12-08 00:18:16 +00:00
macho-dump Refactor data-in-code annotations. 2012-05-18 19:12:01 +00:00
opt Sort the #include lines for tools/... 2012-12-04 10:44:52 +00:00
CMakeLists.txt Adding tests for the Intel JIT event listener's MCJIT support. 2012-11-21 20:38:26 +00:00
LLVMBuild.txt Adding tests for the Intel JIT event listener's MCJIT support. 2012-11-21 20:38:26 +00:00
Makefile Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS setting. 2012-11-27 01:24:25 +00:00