svn commit: r235864 - in head: contrib/llvm/lib/CodeGen/SelectionDAG contrib/llvm/tools/clang/include/clang/AST contrib/llvm/tools/clang/include/clang/Basic contrib/llvm/tools/clang/include/clang/P...

Garrett Cooper yanegomi at gmail.com
Sun Jul 22 22:52:34 UTC 2012


On Wed, May 23, 2012 at 2:48 PM, Dimitry Andric <dim at freebsd.org> wrote:
> Author: dim
> Date: Wed May 23 21:48:49 2012
> New Revision: 235864
> URL: http://svn.freebsd.org/changeset/base/235864
>
> Log:
>   Upgrade our copy of llvm/clang to 3.1 release.  Release notes can be
>   found at: http://llvm.org/releases/3.1/docs/ReleaseNotes.html
>
>   MFC after:    3 days

Hi Dimitry,
    This commit was missing necessary changes to
OptionalObsoleteFiles.inc to remove the clang 3.1 headers. This patch
should fix it.
    If I don't hear back in a few days, I'll file a PR and attach my patch.
Thanks!
-Garrett

--- //depot/user/gcooper/atf-head/src/tools/build/mk/OptionalObsoleteFiles.inc
 2012-07-22 22:26:48.000000000 0000
+++ /scratch/p4/user/gcooper/atf-head/src/tools/build/mk/OptionalObsoleteFiles.inc
     2012-07-22 22:26:48.000000000 0000
@@ -700,6 +700,30 @@
 OLD_FILES+=usr/include/clang/3.0/x86intrin.h
 OLD_FILES+=usr/include/clang/3.0/xmmintrin.h
 OLD_DIRS+=usr/include/clang/3.0
+OLD_FILES+=usr/include/clang/3.1/altivec.h
+OLD_FILES+=usr/include/clang/3.1/avx2intrin.h
+OLD_FILES+=usr/include/clang/3.1/avxintrin.h
+OLD_FILES+=usr/include/clang/3.1/bmi2intrin.h
+OLD_FILES+=usr/include/clang/3.1/bmiintrin.h
+OLD_FILES+=usr/include/clang/3.1/cpuid.h
+OLD_FILES+=usr/include/clang/3.1/emmintrin.h
+OLD_FILES+=usr/include/clang/3.1/fma4intrin.h
+OLD_FILES+=usr/include/clang/3.1/immintrin.h
+OLD_FILES+=usr/include/clang/3.1/lzcntintrin.h
+OLD_FILES+=usr/include/clang/3.1/mm3dnow.h
+OLD_FILES+=usr/include/clang/3.1/mm_malloc.h
+OLD_FILES+=usr/include/clang/3.1/mmintrin.h
+OLD_FILES+=usr/include/clang/3.1/module.map
+OLD_FILES+=usr/include/clang/3.1/nmmintrin.h
+OLD_FILES+=usr/include/clang/3.1/pmmintrin.h
+OLD_FILES+=usr/include/clang/3.1/popcntintrin.h
+OLD_FILES+=usr/include/clang/3.1/smmintrin.h
+OLD_FILES+=usr/include/clang/3.1/tmmintrin.h
+OLD_FILES+=usr/include/clang/3.1/unwind.h
+OLD_FILES+=usr/include/clang/3.1/wmmintrin.h
+OLD_FILES+=usr/include/clang/3.1/x86intrin.h
+OLD_FILES+=usr/include/clang/3.1/xmmintrin.h
+OLD_DIRS+=usr/include/clang/3.1
 OLD_DIRS+=usr/include/clang
 OLD_FILES+=usr/share/doc/llvm/clang/LICENSE.TXT
 OLD_DIRS+=usr/share/doc/llvm/clang
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove-installed-clang-3.1-headers.patch
Type: application/octet-stream
Size: 1577 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20120722/bc85bd0b/remove-installed-clang-3.1-headers.obj


More information about the svn-src-all mailing list