OSDN Git Service

Run GlobalOpt before emitting the bitcode for ThinLTO
authorMehdi Amini <mehdi.amini@apple.com>
Mon, 25 Apr 2016 08:47:49 +0000 (08:47 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Mon, 25 Apr 2016 08:47:49 +0000 (08:47 +0000)
commit3f9946eb0d3a4db65fe62e45cdfac357bce3cb33
tree65ba04cf3ebb9a9b62d4e4d55d4df1eff8085505
parent7d2a81594a4dd64cf8bd83dce192f9d7037c7463
Run GlobalOpt before emitting the bitcode for ThinLTO

This is motivated by reducing the size of the IR and thus reduce
compile time.

From: Mehdi Amini <mehdi.amini@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267385 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/PassManagerBuilder.cpp