brintos

brintos / llvm-project-archived public Read only

0
0
Text · 263 B · 9389c34 Raw
7 lines · c
1// RUN: rm -rf %t2// RUN: not %clang -target x86_64-unknown-unknown -extract-api --extract-api-ignores=does-not-exist %s 2>&1 | FileCheck %s3 4// CHECK: fatal error: file 'does-not-exist' specified by '--extract-api-ignores=' not found5 6void dummy_function(void);7