MingW build fixes
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 2 Oct 2009 19:36:31 +0000 (19:36 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 2 Oct 2009 19:36:31 +0000 (19:36 +0000)
commit7d26948662d222be28bd6be509c40f8aff954da5
tree5e4a6f3867abad98846d016b43bd63ea6c9910a7
parent8bff4af61219031345e7dae0c1840315e6bfab7f
MingW build fixes

- MingW needs -lpsapi (in ${LIBS}) linked after -lLLVMSystem.
  Noticed by Ronald Pijnacker!

- Some parts of the System library must be build with exceptions on windows.
  Based on a patch by Jay Foad!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83251 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Makefile
unittests/Makefile.unittest