Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ability...
authorOwen Anderson <resistor@mac.com>
Tue, 19 May 2009 22:18:56 +0000 (22:18 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 19 May 2009 22:18:56 +0000 (22:18 +0000)
commita86037084d8c2338c305533807b3213cfdc47a3e
treecedee6e1057dcd871c41a1e150497f264ef4bffa
parent6aa219a18c59a9bc0b1eeb6eece09cfabaaefabe
Split the ENABLE_THREADS #define in two.  Now ENABLE_THREADS indicates the ability to run multiple threads at once in the JIT, and requires only
mutex support.  LLVM_MULTITHREADED indicates (or will indicate) the ability to run LLVM itself across multiple threads, and requires atomics support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72140 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac
configure
include/llvm/System/Atomic.h