From: Puyan Lotfi Date: Thu, 3 Oct 2019 00:41:13 +0000 (+0000) Subject: Fixing broken builds due to r373538 due to test that should have been deleted. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb4498ae6012d84342df3f3acdf55dc1dd9f33e7;p=clang Fixing broken builds due to r373538 due to test that should have been deleted. test/InterfaceStubs/object.cpp should have been deleted. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373549 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/InterfaceStubs/object.cpp b/test/InterfaceStubs/object.cpp deleted file mode 100644 index 7f11fe6bf3..0000000000 --- a/test/InterfaceStubs/object.cpp +++ /dev/null @@ -1,14 +0,0 @@ -// REQUIRES: x86-registered-target -// RUN: %clang -target x86_64-unknown-linux-gnu -o - -emit-interface-stubs \ -// RUN: -interface-stub-version=experimental-ifs-v1 %s | \ -// RUN: FileCheck -check-prefix=CHECK-TAPI %s - -// RUN: %clang -target x86_64-unknown-linux-gnu -o - -emit-interface-stubs \ -// RUN: -interface-stub-version=experimental-ifs-v1 %s | \ -// RUN: FileCheck -check-prefix=CHECK-SYMBOLS %s -// RUN: %clang -target x86_64-unknown-linux-gnu -o - -c %s | llvm-nm - 2>&1 | \ -// RUN: FileCheck -check-prefix=CHECK-SYMBOLS %s - -// CHECK-TAPI: data: { Type: Object, Size: 4 } -// CHECK-SYMBOLS: data -int data = 42;