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