Re: [Mesa-dev] [PATCH] Fix symbol 'x86_64_entry_start' is already defined when building with LLVM/clang

2015-05-16 Thread Yunlian Jiang
It seems there is a bug filed against llvm one year ago. https://llvm.org/bugs/show_bug.cgi?id=19778 And the workaround provided in that bug entry is the same as the patch Tomasz proposed. On Fri, May 15, 2015 at 2:57 PM, Emil Velikov wrote: > On 15/05/15 20:25, Brian Paul wrote: >> Has the patc

[Mesa-dev] [PATCH] Fix symbol 'x86_64_entry_start' is already defined when building with LLVM/clang

2015-05-15 Thread Yunlian Jiang
This is just a re-post of the patch submitted by Tomasz at https://bugs.freedesktop.org/show_bug.cgi?id=89599 Thanks diff -Naur mesa-10.5.2/src/mapi/entry_x86-64_tls.h mesa-10.5.2.tpg/src/mapi/entry_x86-64_tls.h --- mesa-10.5.2/src/mapi/entry_x86-64_tls.h 2015-03-28 18:20:39.0 + +++