1 // REQUIRES: x86-registered-target
2 // RUN: not %clang -target x86_64-linux-gnu -o - -emit-interface-stubs \
3 // RUN: -interface-stub-version=bar-format %s 2>&1 | FileCheck %s
4 
5 // CHECK: error: invalid value
6 // CHECK: '-interface-stub-version=<experimental-tapi-elf-v1 |
7 // CHECK: experimental-yaml-elf-v1>' in 'Must specify a valid interface
8 // CHECK: stub format type using
9