mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 10:36:07 +00:00

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
10 lines
245 B
C++
10 lines
245 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<template<typename...> class a> struct S6 { };
|