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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs