Commit Graph

4 Commits

Author SHA1 Message Date
NAKAMURA Takumi 73d5bb8e3a Revert r260266 (and r260276), "clang-cl: Enable plugins on Windows"
It doesn't work, at least, i686-win32.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260537 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-11 16:43:08 +00:00
Ehsan Akhgari 95b8564b85 Fix the test added in r260266
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260276 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-09 20:49:24 +00:00
Ehsan Akhgari bce41007c9 clang-cl: Enable plugins on Windows
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260266 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-09 19:43:13 +00:00
Alp Toker 3a47e45503 Add tests for clang plugins
Somehow the entire plugin infrastructure went wholly untested until now.

The only plugins available for use in testing are the examples, so plugin tests
will only be run if CLANG_BUILD_EXAMPLES is enabled in the build.

(The examples should really be enabled by default, not just to aid testing but
also to prevent bitrot in some key user-facing code. I'll propose that
shortly.)

Requires supporting changes in LLVM r198746.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198747 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-08 11:38:47 +00:00