summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2019-10-03 00:41:13 +0000
committerPuyan Lotfi <puyan@puyan.org>2019-10-03 00:41:13 +0000
commit8581f860c7eff0aa66a86580651be5a410d0f2dd (patch)
tree7e33048751d6cb0969a9927730975a1b21abc123
parent69e9d84b1ad1c208a4c502d3def8e9234b161e65 (diff)
downloadbcm5719-llvm-8581f860c7eff0aa66a86580651be5a410d0f2dd.tar.gz
bcm5719-llvm-8581f860c7eff0aa66a86580651be5a410d0f2dd.zip
Fixing broken builds due to r373538 due to test that should have been deleted.
test/InterfaceStubs/object.cpp should have been deleted. llvm-svn: 373549
-rw-r--r--clang/test/InterfaceStubs/object.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/clang/test/InterfaceStubs/object.cpp b/clang/test/InterfaceStubs/object.cpp
deleted file mode 100644
index 7f11fe6bf3c..00000000000
--- a/clang/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;
OpenPOWER on IntegriCloud