<font><font face="tahoma,sans-serif">Hi;</font></font><div><font><font face="tahoma,sans-serif"><br></font></font></div><div><font><font face="tahoma,sans-serif">On x86-64 Linux hosts </font></font>test/Driver/linux-ld.c fails for MIPS & Android tests. Here is an example:</div>

<div><br></div>[11516s] /home/abuild/rpmbuild/BUILD/llvm/tools/clang/test/Driver/linux-ld.c:228:15: error: expected string not found in input<br>[11516s] // CHECK-ARM: "-dynamic-linker" "{{.*}}/lib/ld-linux.so.3"<br>

[11516s]               ^<br>[11516s] <stdin>:6:149: note: scanning from here<br>[11516s]  "/usr/bin/ld" "-z" "relro" "-X" "--hash-style=gnu" "--hash-style=both" "--build-id" "--enable-new-dtags" "--eh-frame-hdr" "-m" "armelf_linux_eabi" "-dynamic-linker" "/lib64/ld-linux.so.3" "-o" "/home/abuild/rpmbuild/BUILD/llvm/stage2/tools/clang/test/Driver/Output/linux-ld.c.tmp.o" "/usr/lib/crt1.o" "/usr/lib/crti.o" "crtbegin.o" "-L/lib" "-L/usr/lib" "/tmp/linux-ld-LiQYiR.o" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "crtend.o" "/usr/lib/crtn.o"<br>

[11516s]    <div><span style="color:rgb(68,68,68);font-family:monospace;font-size:10px;line-height:19px;background-color:rgb(238,238,238)"><br></span></div><div>Notice that the problem is the linker line is /lib64/ld-linux.so.3 instead of /lib/ld-linux.so.3 . I configure clang with</div>

<div><br></div><div>     --with-clang-resource-dir="../lib64/clang/%{_release_version}"</div><div><br></div><div>for x86-64 hosts. I am not sure if this is the problem. Any help is appreciated.</div><div><br></div>

<div>Regards,</div><div>ismail</div><div><br></div>