Hey John,<div><br></div><div>This seems to cause a test failure for me on Ubuntu 10.10 (32-bit):</div><div><br></div><div><div><font class="Apple-style-span" face="'courier new', monospace">FAIL: Clang :: CodeGen/avx-cmp-builtins.c (611 of 8902)</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">******************** TEST 'Clang :: CodeGen/avx-cmp-builtins.c' FAILED ********************</font></div><div><font class="Apple-style-span" face="'courier new', monospace">Script:</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">--</font></div><div><font class="Apple-style-span" face="'courier new', monospace">/home/mulderje/build/llvm/Release+Asserts/bin/clang -cc1 -triple x86_64-unknown-unknown -target-feature +avx -emit-llvm /home/mulderje/src/llvm/tools/clang/test/CodeGen/avx-cmp-builtins.c -o - | FileCheck /home/mulderje/src/llvm/tools/clang/test/CodeGen/avx-cmp-builtins.c</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">--</font></div><div><font class="Apple-style-span" face="'courier new', monospace">Exit Code: 1</font></div><div><font class="Apple-style-span" face="'courier new', monospace">Command Output (stderr):</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">--</font></div><div><font class="Apple-style-span" face="'courier new', monospace">In file included from /home/mulderje/src/llvm/tools/clang/test/CodeGen/avx-cmp-builtins.c:2:</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">In file included from /home/mulderje/build/llvm/Release+Asserts/lib/clang/3.0/include/immintrin.h:32:</font></div><div><font class="Apple-style-span" face="'courier new', monospace">In file included from /home/mulderje/build/llvm/Release+Asserts/lib/clang/3.0/include/xmmintrin.h:40:</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">In file included from /home/mulderje/build/llvm/Release+Asserts/lib/clang/3.0/include/mm_malloc.h:27:</font></div><div><font class="Apple-style-span" face="'courier new', monospace">In file included from /usr/include/stdlib.h:25:</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">In file included from /usr/include/features.h:387:</font></div><div><font class="Apple-style-span" face="'courier new', monospace">/usr/include/gnu/stubs.h:9:11: fatal error: 'gnu/stubs-64.h' file not found</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace"># include <gnu/stubs-64.h></font></div><div><font class="Apple-style-span" face="'courier new', monospace">          ^</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">1 error generated.</font></div><div><font class="Apple-style-span" face="'courier new', monospace">FileCheck error: '-' is empty.</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">--</font></div><div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div><div><font class="Apple-style-span" face="'courier new', monospace">********************</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">Testing Time: 227.91s</font></div><div><font class="Apple-style-span" face="'courier new', monospace">********************</font></div><div>
<font class="Apple-style-span" face="'courier new', monospace">Failing Tests (1):</font></div><div><font class="Apple-style-span" face="'courier new', monospace">    Clang :: CodeGen/avx-cmp-builtins.c</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div><div><font class="Apple-style-span" face="'courier new', monospace">  Expected Passes    : 8284</font></div><div><font class="Apple-style-span" face="'courier new', monospace">  Expected Failures  : 67</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">  Unsupported Tests  : 550</font></div><div><font class="Apple-style-span" face="'courier new', monospace">  Unexpected Failures: 1</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">make[1]: *** [check-local-all] Error 1</font></div><div><font class="Apple-style-span" face="'courier new', monospace">make[1]: Leaving directory `/home/mulderje/build/llvm/test'</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">make: *** [check-all] Error 2</font></div><div><br></div><div>When looking around it seems like there is a 'gnu/stubs-32.h' file, but no 'gnu/stubs-64.h'.</div>
<div><br></div><div>BTW, I was able to remedy this by installing the 'libc6-dev-amd64' package from aptitude - I guess when libc6-dev is installed, it doesn't install both 32-bit and 64-bit by default.</div><div>
<br></div><div>Thanks,<br>Jon</div><br><div class="gmail_quote">On Wed, Apr 6, 2011 at 1:48 AM, John McCall <span dir="ltr"><<a href="mailto:rjmccall@apple.com">rjmccall@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Author: rjmccall<br>
Date: Wed Apr  6 01:48:04 2011<br>
New Revision: 128993<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=128993&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=128993&view=rev</a><br>
Log:<br>
Make this a -cc1 test with a triple and a target feature.<br>
<br>
<br>
Modified:<br>
    cfe/trunk/test/CodeGen/avx-cmp-builtins.c<br>
<br>
Modified: cfe/trunk/test/CodeGen/avx-cmp-builtins.c<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/avx-cmp-builtins.c?rev=128993&r1=128992&r2=128993&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/avx-cmp-builtins.c?rev=128993&r1=128992&r2=128993&view=diff</a><br>

==============================================================================<br>
--- cfe/trunk/test/CodeGen/avx-cmp-builtins.c (original)<br>
+++ cfe/trunk/test/CodeGen/avx-cmp-builtins.c Wed Apr  6 01:48:04 2011<br>
@@ -1,4 +1,4 @@<br>
-// RUN: %clang -mavx -c -emit-llvm %s -o - | llvm-dis | FileCheck %s<br>
+// RUN: %clang_cc1 -triple x86_64-unknown-unknown -target-feature +avx -emit-llvm %s -o - | FileCheck %s<br>
 #include <immintrin.h><br>
<br>
 //<br>
<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Jon Mulder<div>C 847.899.3664</div><div>E <a href="mailto:mulderje@muohio.edu" target="_blank">mulderje@muohio.edu</a></div><br>
</div>