Skip to content

opt: Unknown command line argument '-place-safepoints' in XI 2019-06 integration #14841

@akoeplinger

Description

@akoeplinger

Failure from XI mtouch tests:

11:19:42.5262970 	Mono Ahead of Time compiler - compiling assembly /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/mtouch/bin/Debug/tmp-test-dir/Xamarin.Tests.BundlerTool.CreateTemporaryDirectory118/mtouch-test-cache/3-Build/System.Core.dll
11:19:42.5263120 	AOTID A7D5B5C4-EB0E-D304-60F7-BFACDAAF4C5B
11:19:42.5263620 	Executing opt: "/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/LLVM36/bin/opt" -f -targetlibinfo -no-aa -basicaa -notti -instcombine -simplifycfg -inline-cost -inline -sroa -domtree -early-cse -lazy-value-info -correlated-propagation -simplifycfg -instcombine -simplifycfg -reassociate -domtree -loops -loop-simplify -lcssa -loop-rotate -licm -lcssa -loop-unswitch -instcombine -scalar-evolution -loop-simplify -lcssa -indvars -loop-idiom -loop-deletion -loop-unroll -memdep -gvn -memdep -memcpyopt -sccp -instcombine -lazy-value-info -correlated-propagation -domtree -memdep -adce -simplifycfg -instcombine -strip-dead-prototypes -domtree -verify -place-safepoints -spp-all-backedges -o "/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/mtouch/bin/Debug/tmp-test-dir/Xamarin.Tests.BundlerTool.CreateTemporaryDirectory118/mtouch-test-cache/armv7/System.Core.dll.s.opt.bc" "/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/mtouch/bin/Debug/tmp-test-dir/Xamarin.Tests.BundlerTool.CreateTemporaryDirectory118/mtouch-test-cache/armv7/System.Core.dll.s.bc"
11:19:42.5263850 	opt: Unknown command line argument '-place-safepoints'.  Try: '/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/LLVM36/bin/opt -help'
11:19:42.5264040 	opt: Did you mean '-lazy-value-info'?
11:19:42.5264470 	opt: Unknown command line argument '-spp-all-backedges'.  Try: '/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/LLVM36/bin/opt -help'
11:19:42.5264680 	opt: Did you mean '-break-crit-edges'?
11:19:42.5264840 	AOT of image /Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/tests/mtouch/bin/Debug/tmp-test-dir/Xamarin.Tests.BundlerTool.CreateTemporaryDirectory118/mtouch-test-cache/3-Build/System.Core.dll failed.

It looks like we're passing options to LLVM that aren't supported by LLVM36.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions