xref: /llvm-project/clang/test/Driver/noprofilelib.c (revision 08cb342afae142880218578a6539e0001ce30ef7)
1 // RUN: %clang -target i686-pc-linux-gnu -### %s 2>&1 \
2 // RUN:     -fprofile-generate -noprofilelib | FileCheck %s
3 // RUN: %clang -target i686-pc-linux-gnu -### %s 2>&1 \
4 // RUN:     -fprofile-instr-generate -noprofilelib | FileCheck %s
5 // CHECK-NOT: clang_rt.profile
6