summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2020-01-13 16:48:59 -0500
committerPuyan Lotfi <puyan@puyan.org>2020-01-13 17:01:48 -0500
commita506f7f9105eec4baac296d21c922457d6f4b52a (patch)
tree66a2a4eeddf9d77b9ca039ac8d77c8383b60e306 /clang
parent328e0f3dcac52171b8cdedeaba22c98e7fbb75ea (diff)
downloadbcm5719-llvm-a506f7f9105eec4baac296d21c922457d6f4b52a.tar.gz
bcm5719-llvm-a506f7f9105eec4baac296d21c922457d6f4b52a.zip
[clang][IFS][test] Fixing mangled name of a test for Darwin.
Darwin adds an extra '_' before every C/global function mangled name and because of this, this test was breaking on Darwin. This is a fix for commit: https://reviews.llvm.org/D71301
Diffstat (limited to 'clang')
-rw-r--r--clang/test/InterfaceStubs/lambda.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/InterfaceStubs/lambda.cpp b/clang/test/InterfaceStubs/lambda.cpp
index f56aeeaab01..00b7fc44a02 100644
--- a/clang/test/InterfaceStubs/lambda.cpp
+++ b/clang/test/InterfaceStubs/lambda.cpp
@@ -5,6 +5,6 @@
// CHECK-NEXT: Triple:
// CHECK-NEXT: ObjectFileFormat: ELF
// CHECK-NEXT: Symbols:
-// CHECK-NEXT: "f" : { Type: Object, Size: 1 }
+// CHECK-NEXT: f" : { Type: Object, Size: 1 }
// CHECK-NEXT: ...
auto f = [](void* data) { int i; };
OpenPOWER on IntegriCloud