[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Transforms / Inline / inlining-advisor-default.ll
blob502a16280192d5e5c651363910305c082da49cdc
1 ; Check that, in the absence of dependencies, we emit an error message when
2 ; trying to use ML-driven inlining.
3 ; REQUIRES: !have_tf_aot
4 ; REQUIRES: !have_tflite
5 ; RUN: not opt -passes=scc-oz-module-inliner -enable-ml-inliner=development -S < %s 2>&1 | FileCheck %s
6 ; RUN: not opt -passes=scc-oz-module-inliner -enable-ml-inliner=release -S < %s 2>&1 | FileCheck %s
8 declare i64 @f1()
10 ; CHECK: Could not setup Inlining Advisor for the requested mode and/or options