move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 2 Aug 2011 21:50:24 +0000 (21:50 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 2 Aug 2011 21:50:24 +0000 (21:50 +0000)
commit3d453ac1317f910b0589d87c061f056be29e36cd
tree95e08e13821efbe8953b7af089120f49698dbecd
parentfe1926e3518ca034e04cd307b15116aed6d21bc5
move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,
but it solves a layering violation since things in Support are not supposed to
use things in Transforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136726 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/PassManagerBuilder.h [deleted file]
include/llvm/Transforms/IPO/PassManagerBuilder.h [new file with mode: 0644]
tools/bugpoint/bugpoint.cpp
tools/llvm-ld/Optimize.cpp
tools/lto/LTOCodeGenerator.cpp
tools/opt/opt.cpp