mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-10 19:33:11 +00:00
Enabled demangling for the MLDS back-end.
Estimated hours taken: 0.1 Branches: main scripts/ml.in: Enabled demangling for the MLDS back-end.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
# @configure_input@
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995-2002 The University of Melbourne.
|
||||
# Copyright (C) 1995-2003 The University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
@@ -450,15 +450,6 @@ case "$MKFIFO" in
|
||||
none) demangle=false ;;
|
||||
esac
|
||||
|
||||
#
|
||||
# The MLDS (--high-level-code) back-end uses a different
|
||||
# name mangling scheme which the current demangler doesn't
|
||||
# know how to demangle.
|
||||
#
|
||||
case "$highlevel_code" in
|
||||
true) demangle=false ;;
|
||||
esac
|
||||
|
||||
LINKER_PRE_FLAGS="$UNDEF_OPT $STRIP_OPTS $MAYBE_STATIC_OPT $ARCH_OPTS"
|
||||
LINKER_POST_FLAGS="@LINK_OPT_SEP@ $DEBUG_FLAG $LIBDIR_OPTS $RPATH_OPT_LIST $LIBS"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user