[PATCH] D57835: Fix -ftime-report with -x ir
Fedor Sergeev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 15 15:27:46 PDT 2019
fedor.sergeev added inline comments.
================
Comment at: test/Frontend/ftime-report-bitcode.ll:1
+; RUN: %clang_cc1 -triple x86_64-apple-darwin10 -ftime-report -emit-obj -o /dev/null %s 2>&1 | FileCheck %s
+
----------------
Can you, please, test -fexperimental-new-pass-manager mode as well?
Implementation of time-passes is different between legacy and newpm.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57835/new/
https://reviews.llvm.org/D57835
More information about the cfe-commits
mailing list