swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: a468aa198d030bd77efd7cb3e4069684af622dcc authored by Kristoffer Carlsson on 17 August 2023, 06:27:47 UTC
release-1.10: set VERSON to 1.10.0-beta2 (#50935)
Tip revision: a468aa1
list_strip_symbols.h
// This file is a part of Julia. License is MIT: https://julialang.org/license

#include "jl_exported_funcs.inc"
#include "trampolines/common.h"
#define XX(x) --strip-symbol=CNAME(x)
JL_RUNTIME_EXPORTED_FUNCS(XX)
#ifdef _OS_WINDOWS_
JL_RUNTIME_EXPORTED_FUNCS_WIN(XX)
#endif
#undef XX
back to top