search for: runthinltobackend

Displaying 1 result from an estimated 1 matches for "runthinltobackend".

2017 Oct 03
2
New Pass Manager with flto[=thin] not enabled (??)
...bool> UseNewPM("use-new-pm", cl::desc("Run LTO passes using the new pass manager"), cl::init(false), cl::Hidden); ... Conf.UseNewPM = UseNewPM; ... projects/clang/lib/CodeGen/BackendUtil.cpp ... void clang::EmitBackendOutput( (...) { ... runThinLTOBackend(CombinedIndex.get(), M, HeaderOpts, CGOpts, TOpts, LOpts, std::move(OS), CGOpts.SampleProfileFile, Action); return; ... } static void runThinLTOBackend (...) { ... Conf.UseNewPM = CGOpts.ExperimentalNewPassManager; ... } My team and I were wondering if this is:...