1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 350501 - add support in managed build projects for xlC v11 compiler

options - minor fix
This commit is contained in:
Michael Lindo 2011-07-06 15:17:15 -04:00 committed by Vivian Kong
parent 878fe8fb77
commit 28ebee95bd
2 changed files with 4 additions and 4 deletions

View file

@ -276,12 +276,12 @@ Option.optimization.strict_induction = Strict induction
Option.optimization.nostrict_induction = No induction Option.optimization.nostrict_induction = No induction
Option.optimization.tocdata = Mark data as local Option.optimization.tocdata = Mark data as local
Option.optimization.w = Specify options to pass to specific compiler components (-W) Option.optimization.w = Specify options to pass to specific compiler components (-W)
Option.optimization.qassert = Provides information about the characteristics of the files that can help to fine-tune optimizations (-qassert=) Option.optimization.qassert = Provide information about the characteristics of the files that can help to fine-tune optimizations (-qassert=)
Option.optimization.qassert.norefalign = norefalign Option.optimization.qassert.norefalign = norefalign
Option.optimization.qassert.refalign = refalign Option.optimization.qassert.refalign = refalign
Option.optimization.qlibmpi = Assert that functions with MPI names are in fact MPI functions (-qlibmpi) Option.optimization.qlibmpi = Assert that functions with MPI names are in fact MPI functions (-qlibmpi)
Option.optimization.qsimd = Let the compiler automatically take advantage of vector instructions for processors that support them (-qsimd) Option.optimization.qsimd = Let the compiler automatically take advantage of vector instructions for processors that support them (-qsimd)
Option.optimization.qprefetch = Inserts prefetch instructions automatically where there are opportunities to improve code performance. (-qprefetch) Option.optimization.qprefetch = Insert prefetch instructions automatically where there are opportunities to improve code performance (-qprefetch)
# Linker Options # Linker Options
Option.Linking.b = Control how shared objects are processed by the editor (-b) Option.Linking.b = Control how shared objects are processed by the editor (-b)

View file

@ -3247,7 +3247,7 @@
</enumeratedOptionValue> </enumeratedOptionValue>
<enumeratedOptionValue <enumeratedOptionValue
id="xlc.c.compiler.option.optimization.qassert.defaut" id="xlc.c.compiler.option.optimization.qassert.defaut"
isDefault="false" isDefault="true"
name="%Option.default"> name="%Option.default">
</enumeratedOptionValue> </enumeratedOptionValue>
</option> </option>
@ -3942,7 +3942,7 @@
description="%variableDescription" description="%variableDescription"
name="XL_compilerRoot" name="XL_compilerRoot"
resolver="org.eclipse.cdt.managedbuilder.xlc.ui.variables.DynamicVariableResolver" resolver="org.eclipse.cdt.managedbuilder.xlc.ui.variables.DynamicVariableResolver"
supportsArgument="false"> supportsArgument="true">
</variable> </variable>
</extension> </extension>
</plugin> </plugin>