Revision 8b8ad98adbe276fb2d93abd3f4cb15abfff4e41d authored by Guilherme Amadio on 28 November 2017, 09:51:19 UTC, committed by Guilherme Amadio on 05 December 2017, 14:36:05 UTC
Fixes the error below when compiling with C++17:

lib/Transforms/IPO/PassManagerBuilder.cpp:175:19:
 error: call to deleted constructor of 'llvm::cl::opt<std::string>'
    PGOInstrGen = PGOOutputFile;
                  ^~~~~~~~~~~~~
include/llvm/Support/CommandLine.h:1325:3:
 note: 'opt' has been explicitly marked deleted here
  opt(const opt &) = delete;
1 parent e5692eb
History

back to top