llvm-6502/lib/Support/Windows
Reid Kleckner cf027a0d58 On Windows, autolink advapi32 from Path.inc for CryptAcquireContextW
This allows llvm-tblgen to link successfully when compiling with clang.

Both MSBuild and CMake will automatically add advapi32 as part of a set
of other dlls comprising the win32 API to the link line, but CMake
doesn't do that when compiling with clang.  Until someone adds that info
to cmake upstream, this seems like a reasonable work around.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187907 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-07 20:19:31 +00:00
..
DynamicLibrary.inc
explicit_symbols.inc
Host.inc
Memory.inc
Mutex.inc
Path.inc On Windows, autolink advapi32 from Path.inc for CryptAcquireContextW 2013-08-07 20:19:31 +00:00
Process.inc sys::process::get_id() now returns the process ID instead of a process handle on Windows. Patch thanks to Kim Gräsman! 2013-06-08 20:29:03 +00:00
Program.inc Avoid using alloca in Windows/Program.inc 2013-08-07 01:21:33 +00:00
RWMutex.inc
Signals.inc Improve our error handling on windows. 2013-07-26 14:55:36 +00:00
system_error.inc
ThreadLocal.inc
TimeValue.inc Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e. 2013-07-12 02:13:03 +00:00
Watchdog.inc
Windows.h Fix build on Windows 2013-05-15 09:00:30 +00:00