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 | c15c3afa73eb919162730ebfd1071dda1dd4345e (patch) | |
tree | 05ce68920b4ed2f6ba8478afd5d6c5527332511b /include/llvm/Config | |
parent | 96237ec681485bb084685297dac7b858005c7e7a (diff) | |
download | external_llvm-c15c3afa73eb919162730ebfd1071dda1dd4345e.zip external_llvm-c15c3afa73eb919162730ebfd1071dda1dd4345e.tar.gz external_llvm-c15c3afa73eb919162730ebfd1071dda1dd4345e.tar.bz2 |
Forgot this file in my last commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72141 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r-- | include/llvm/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 8ab67a4..eee2f94 100644 --- a/include/llvm/Config/config.h.in +++ b/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 |