llvm-6502/lib
Zachary Turner ea89afbb84 Fix link failure on MinGW due to use of CoInitialize.
ole32 is considered a default library with MSVC, but apparently
not with MinGW.  Since we use CoInitialize, we need to explicitly
link against it in LLVMSupport for a MinGW build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236654 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-06 22:26:51 +00:00
..
Analysis Allow 0-weight branches in BranchProbabilityInfo. 2015-05-06 17:55:11 +00:00
AsmParser
Bitcode
CodeGen Fix incorrect kill flags in fastisel. 2015-05-06 22:09:29 +00:00
DebugInfo A few fixes for llvm-symbolizer on Windows. 2015-05-06 22:26:30 +00:00
ExecutionEngine [Orc] Reapply r236465 with fixes for the MSVC bots. 2015-05-05 17:37:18 +00:00
Fuzzer [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more unique 2015-05-06 22:19:00 +00:00
IR Add missing dereferenceable_or_null getters 2015-05-06 17:41:54 +00:00
IRReader
LineEditor
Linker
LTO
MC MC: Skip names of temporary symbols in object streamer 2015-05-06 21:34:34 +00:00
Object
Option
Passes
ProfileData InstrProf: Strip filename prefixes from the names we display for coverage 2015-05-05 23:44:48 +00:00
Support Fix link failure on MinGW due to use of CoInitialize. 2015-05-06 22:26:51 +00:00
TableGen
Target [x86] Fix register class of folded load index reg. 2015-05-06 21:37:19 +00:00
Transforms [SanitizerCoverage] Fix a couple of typos. NFC. 2015-05-06 21:35:25 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile