aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/extract-api-unknown-ignore-diag.h
blob: 9389c34ffefa225afdb1b3a21ba60d460bef39f3 (plain)
1
2
3
4
5
6
// RUN: rm -rf %t
// RUN: not %clang -target x86_64-unknown-unknown -extract-api --extract-api-ignores=does-not-exist %s 2>&1 | FileCheck %s

// CHECK: fatal error: file 'does-not-exist' specified by '--extract-api-ignores=' not found

void dummy_function(void);