diff options
| author | Owen Anderson <resistor@mac.com> | 2009-05-19 22:25:55 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2009-05-19 22:25:55 +0000 |
| commit | 8cf4718fcd7b510833840a7aeab51ccf633cbd34 (patch) | |
| tree | 6708b764c0d7c45c63dcb15813017e25aa86ba79 /llvm | |
| parent | af5db8335b5934ba94f8fc456f0ab3c5a290fd09 (diff) | |
| download | bcm5719-llvm-8cf4718fcd7b510833840a7aeab51ccf633cbd34.tar.gz bcm5719-llvm-8cf4718fcd7b510833840a7aeab51ccf633cbd34.zip | |
Forgot this file in my last commit.
llvm-svn: 72141
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/include/llvm/Config/config.h.in b/llvm/include/llvm/Config/config.h.in index 8ab67a4f63a..eee2f946148 100644 --- a/llvm/include/llvm/Config/config.h.in +++ b/llvm/include/llvm/Config/config.h.in @@ -470,6 +470,9 @@ /* Installation directory for man pages */ #undef LLVM_MANDIR +/* Build multithreading support into LLVM */ +#undef LLVM_MULTITHREADED + /* Define if this is Unixish platform */ #undef LLVM_ON_UNIX |

