Skip to content

Commit 449ae5d

Browse files
committed
Use LLVM's version string for llvm::Any::TypeId
1 parent cca2a13 commit 449ae5d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/julia.expmap.in

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,16 @@
3535
JLJIT*;
3636
llvmGetPassPluginInfo;
3737

38-
/* Make visible so that linker will merge duplicate definitions across DSO boundaries */
39-
_ZN4llvm3Any6TypeId*;
40-
4138
/* freebsd */
4239
environ;
4340
__progname;
4441

4542
local:
4643
*;
4744
};
45+
46+
JL_LLVM_15.0 {
47+
global:
48+
/* Make visible so that linker will merge duplicate definitions across DSO boundaries */
49+
_ZN4llvm3Any6TypeId*;
50+
};

0 commit comments

Comments
 (0)