Skip to content
Commit af5db833 authored by Owen Anderson's avatar Owen Anderson
Browse files

Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the...

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.

llvm-svn: 72140
parent c25f7660
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment