1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

Fix buildbot failure due to r258420

Include the needed headfile to fix the buildbot failure due to r258420 [PGO] Passmanagerbuilder change that enable IR level PGO instrumentation.

llvm-svn: 258423
This commit is contained in:
Rong Xu 2016-01-21 19:06:24 +00:00
parent 4981d2326a
commit 835fe5a1a5

View File

@ -16,6 +16,7 @@
#define LLVM_TRANSFORMS_IPO_PASSMANAGERBUILDER_H
#include <memory>
#include <string>
#include <vector>
namespace llvm {