summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2014-06-16 22:40:17 +0000
committerZachary Turner <zturner@google.com>2014-06-16 22:40:17 +0000
commit0f2c641f865b60afbb0739bc85974c923dc5862a (patch)
treedce6c29c4f8960e9db1407b75e00ff17dc018fb6 /llvm/include/llvm-c
parentb344f057d0557e11b1535a45af2346b7cd8c4184 (diff)
downloadbcm5719-llvm-0f2c641f865b60afbb0739bc85974c923dc5862a.tar.gz
bcm5719-llvm-0f2c641f865b60afbb0739bc85974c923dc5862a.zip
Remove some more code out into a separate CL.
llvm-svn: 211067
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/Core.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index 0e78ed71fa9..8693a3020ab 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/include/llvm-c/Core.h
@@ -2848,16 +2848,13 @@ void LLVMDisposePassManager(LLVMPassManagerRef PM);
* @{
*/
-/** Allocate and initialize structures needed to make LLVM safe for
- multithreading. The return value indicates whether multithreaded
- initialization succeeded. Must be executed in isolation from all
- other LLVM api calls.
- @see llvm::llvm_start_multithreaded */
+/** Deprecated: Multi-threading can only be enabled/disabled with the compile
+ time define LLVM_ENABLE_THREADS. This function always returns
+ LLVMIsMultithreaded(). */
LLVMBool LLVMStartMultithreaded(void);
-/** Deallocate structures necessary to make LLVM safe for multithreading.
- Must be executed in isolation from all other LLVM api calls.
- @see llvm::llvm_stop_multithreaded */
+/** Deprecated: Multi-threading can only be enabled/disabled with the compile
+ time define LLVM_ENABLE_THREADS. */
void LLVMStopMultithreaded(void);
/** Check whether LLVM is executing in thread-safe mode or not.
OpenPOWER on IntegriCloud