swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: ac5cc99908d463582e66db3368b9b48fae1e2525 authored by Kristoffer Carlsson on 22 December 2021, 19:35:16 UTC
release-1.7: set VERSION to 1.7.1 (#43480)
Tip revision: ac5cc99
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_EXPORTED_FUNCS(XX)
#ifdef _OS_WINDOWS_
JL_EXPORTED_FUNCS_WIN(XX)
#endif
#undef XX
back to top