[LLVMbugs] [Bug 4165] New: LLVM_ENABLE_THREADS
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed May 6 04:25:28 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4165
Summary: LLVM_ENABLE_THREADS
Product: Build scripts
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Makefiles
AssignedTo: unassignedbugs at nondot.org
ReportedBy: thebohemian at gmx.net
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2963)
--> (http://llvm.org/bugs/attachment.cgi?id=2963)
fix to use proper macro in lib/System/Mutex.cpp
In the file lib/System/Mutex.cpp the preprocessor macro ENABLE_THREADS is
evaluated. However there is no such macro when the cmake buildsystem is in use.
Instead there is LLVM_ENABLE_THREADS.
I believe it is the source file which needs to be fixed. However it is possible
that the autotools build system needs to be adjusted accordingly.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list