]> granicus.if.org Git - clang/commit
Parse LLVM command line arguments after plugins have been loaded
authorTobias Grosser <grosser@fim.uni-passau.de>
Mon, 10 Oct 2011 01:23:06 +0000 (01:23 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Mon, 10 Oct 2011 01:23:06 +0000 (01:23 +0000)
commit6e0afc8610d3ebe8f1ffae54597dd1dab9b865f5
treefc903bd5cf05e22daf6dae908731ab237b2d66b4
parent883af83bd6f9b0b60b8c7a78b8682eb8ab40a4a8
Parse LLVM command line arguments after plugins have been loaded

This fixes a crash due to command line options, that are not available
before the loading of plugins finished.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141525 91177308-0d34-0410-b5e6-96231b3b80d8
lib/FrontendTool/ExecuteCompilerInvocation.cpp