<div dir="ltr"><div>Hi,</div><div><br></div><div>I am getting following failure while running IRGen/objc_simd.sil on ppc64le (Ubuntu 16.04).</div><div><br></div><div># /bin/bash objc_simd.sil.script</div><div>/root/swift-source/swift/test/IRGen/objc_simd.sil:60:23: error: expected string not found in input</div><div>// powerpc64le-LABEL: define{{( protected)?}} void @simd_native_args(%T4simd6float4V* noalias nocapture sret, %T4simd6float4V* noalias nocapture dereferenceable({{.*}}))<br>                      ^<br>&lt;stdin&gt;:56:63: note: scanning from here<br>define protected &lt;3 x float&gt; @simd_c_args_float3(&lt;3 x float&gt;) #0 {</div><div><br></div><div>Following two lines from IRGen/objc_simd.sil file seem to be causing this issue:</div><div>// powerpc64le-LABEL: define{{( protected)?}} void @simd_native_args(%T4simd6float4V* noalias nocapture sret, %T4simd6float4V* noalias nocapture dereferenceable({{.*}}))<br></div><div><br></div><div>// powerpc64le-LABEL: define{{( protected)?}} swiftcc { float, float, float } @simd_native_args_float3(float, float, float)</div><div><br></div><div>I am not a swift programmer, I am just trying to port swift to ppc64le. I think these are just comments? I actually don&#39;t understand what these lines and the code following these lines. Is there anything glaringly obvious here that is causing this issue? What is the good way of approaching this issue?</div><div><br></div><div>Thanks,</div><div>Atul.<br></div></div>