summaryrefslogtreecommitdiff
path: root/src/jit/ClrJit.PAL.exports
diff options
context:
space:
mode:
authorPat Gavlin <pagavlin@microsoft.com>2016-05-24 16:00:37 -0700
committerPat Gavlin <pagavlin@microsoft.com>2016-05-25 12:47:06 -0700
commit3ea0ad01345fccfbb7eb07da64f91cddb150b82c (patch)
tree68f9c0d22e30c708c4f99995be61bb5a48091fa1 /src/jit/ClrJit.PAL.exports
parentbdd7edfa55ea2bdd922f4a94609fa15d674bed73 (diff)
downloadcoreclr-3ea0ad01345fccfbb7eb07da64f91cddb150b82c.tar.gz
coreclr-3ea0ad01345fccfbb7eb07da64f91cddb150b82c.tar.bz2
coreclr-3ea0ad01345fccfbb7eb07da64f91cddb150b82c.zip
Limit the exports of libclrjit.{so,dylib}.
Properly set the necessary linker options to limit libclrjit's exports on *nix platforms. This change also includes some minor cleanup to the JIT's various CMake list files.
Diffstat (limited to 'src/jit/ClrJit.PAL.exports')
-rw-r--r--src/jit/ClrJit.PAL.exports3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jit/ClrJit.PAL.exports b/src/jit/ClrJit.PAL.exports
new file mode 100644
index 0000000000..c6b4e8ec57
--- /dev/null
+++ b/src/jit/ClrJit.PAL.exports
@@ -0,0 +1,3 @@
+DllMain
+PAL_RegisterModule
+PAL_UnregisterModule