blob: 792055a4b9327360b0ee342d893d6ad8b3e6568e [file] [edit]
// Instrumentation from PGO/code coverage isn't supported yet for dyndbg.
// RUN: not %clang_cc1 -triple x86_64-unknown-unknown %s -fprofile-instrument=clang -fdynamic-debugging -emit-llvm-only \
// RUN: --discard-dynamic-debugging-debug-module 2>&1 \
// RUN: | FileCheck %s
// CHECK: error: '-fdynamic-debugging' unsupported with instrumentation (PGO/code coverage)
int b() { return 0; }