# 
#     Copyright (c) 2017, NVIDIA CORPORATION.  All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto.  Any use, reproduction, disclosure or
# distribution of this software and related documentation without an express
# license agreement from NVIDIA CORPORATION is strictly prohibited.
# 

# Compiler Configurations for compilers using no IPA
#

replace switch -Mipa is hide
	help(Interprocedural Analysis is disabled)
	helpname(-M[no]ipa)
	helpgroup(opt)
	optional(arg)
	# default is to enable all optimizations in the compiler
	warning(-Mipa is not supported for this target);

replace switch -Mnoipa is hide	# undo any previous -Mipa switches
	help(Disable Interprocedural Analysis)
	helpgroup(opt);

replace switch -Wi,arg is hide
	help(Pass argument to IPA Linker)
	helpgroup(overall);

replace switch -Yi,ipadir is hide
	help(Change IPA tools directory)
	helpgroup(overall);
