
This diff changes llvm-ifs to use unified IFS file format and perform other renaming changes in preparation for the merging between elfabi/ifs. Differential Revision: https://reviews.llvm.org/D99810
11 lines
264 B
C++
11 lines
264 B
C++
// RUN: %clang_cc1 -o - -emit-interface-stubs %s | FileCheck %s
|
|
|
|
// CHECK: --- !ifs-v1
|
|
// CHECK-NEXT: IfsVersion: 3.0
|
|
// CHECK-NEXT: Target:
|
|
// CHECK-NEXT: Symbols:
|
|
// CHECK-NEXT: ...
|
|
|
|
template<typename> struct S7 { };
|
|
template<typename T> struct S7<T&> { };
|