]> granicus.if.org Git - clang/commit
Move -add-plugin validation after -load was executed.
authorNico Weber <nicolasweber@gmx.de>
Sat, 5 Jan 2019 01:10:20 +0000 (01:10 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 5 Jan 2019 01:10:20 +0000 (01:10 +0000)
commit6cb22f178c14c7b52595f53d51c661e36afa090f
tree18b57cf2de52e6eab7d6cff03c25ec91bd2eb18e
parent3bd81ff22212f694b92736739bfcaccd86da737c
Move -add-plugin validation after -load was executed.

Moves the code added in r350340 around a bit, to hopefully make the existing
plugin tests pass when clang is built with examples enabled.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@350451 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/FrontendAction.cpp