[LLVMbugs] [Bug 22626] New: LLVM_THREAD_LOCAL causes build failure on Snow Leopard
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Feb 18 11:59:20 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22626
Bug ID: 22626
Summary: LLVM_THREAD_LOCAL causes build failure on Snow Leopard
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Support Libraries
Assignee: unassignedbugs at nondot.org
Reporter: jeremyhu at apple.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Recent llvm trunk (r229298) fails to build on Snow Leopard. r226372 built ok.
PrettyStackTrace.cpp:39:8: error: thread-local storage is unsupported for the
current target
static LLVM_THREAD_LOCAL const PrettyStackTraceEntry *PrettyStackTraceHead =
^
/opt/local/var/macports/build/_opt_mports_dports_lang_llvm-3.7/llvm-3.7/work/trunk/include/llvm/Support/Compiler.h:403:27:
note: expanded from macro 'LLVM_THREAD_LOCAL'
#define LLVM_THREAD_LOCAL __thread
^
1 error generated.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150218/a293f0d5/attachment.html>
More information about the llvm-bugs
mailing list