mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
a way for compilation to take a "thread to use for compilation". If it isn't set then the compilation will use the currently selected thread. This should help keep function execution to the one thread intended. llvm-svn: 263972