1 ! Test -mlink-builtin-bitcode flag
2 ! RUN: %flang -emit-llvm -c -o %t.bc %S/Inputs/libfun.f90
3 ! RUN: %flang_fc1 -emit-llvm -o - -mlink-builtin-bitcode %t.bc %s 2>&1 | FileCheck %s
5 ! CHECK: define internal void @libfun_
7 ! RUN: not %flang_fc1 -emit-llvm -o - -mlink-builtin-bitcode %no-%t.bc %s 2>&1 | FileCheck %s --check-prefix=ERROR
9 ! ERROR: error: could not open {{.*}}.bc