mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-30 22:56:06 +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
11 lines
229 B
C++
11 lines
229 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: ...
|
|
|
|
namespace NS1 { }
|
|
using namespace NS1;
|