Go to file
Ehsan Akhgari 75b3a4b507 clang-cl: Support loading plugins on Windows
This builds on the support being added to LLVM to import and export
registries from DLLs.  This will allow us to pick up the registry
entries added in the DLL's copy of FrontendPluginRegistry.

This will allow us to use plugins on Windows using:
$ clang-cl -Xclang -load -Xclang plugin.dll \
           -Xclang -add-plugin -Xclang foo

llvm-svn: 260265
2016-02-09 19:43:11 +00:00
clang clang-cl: Support loading plugins on Windows 2016-02-09 19:43:11 +00:00
clang-tools-extra [clang-tidy] Add -target in misc-misplaced-widening-cast test so it will work on various bots 2016-02-09 15:43:05 +00:00
compiler-rt [lsan] Run the tests for each supported arch and suffix each one to distinguish them. 2016-02-09 16:22:39 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Add frexp ported from amd-builtins 2016-02-08 17:07:21 +00:00
libcxx Introduce a cmake module to figure out whether we need to link with libatomic. 2016-02-09 17:00:38 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind Introduce NetBSD support 2016-02-06 18:19:29 +00:00
lld Aligned __stub_helper section to 4-bytes. 2016-02-09 18:56:37 +00:00
lldb Mention the --all-files option in the -p help string. 2016-02-09 18:53:49 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [AArch64] Add a FIXME about invalid KILL markers after the ld/st opt pass. 2016-02-09 19:42:19 +00:00
openmp [GCC] GOMP_task: Change argument type of if_cond from int to bool 2016-02-09 07:07:30 +00:00
polly Separate invariant equivalence classes by type 2016-02-07 17:30:13 +00:00