[clang] 84baf12 - try to fix InterfaceStubs/lambda.cpp on Windows after bd8c8827d96f0

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 13 18:22:54 PST 2020


Author: Nico Weber
Date: 2020-01-13T21:22:46-05:00
New Revision: 84baf123a5213512e92e7deca2d111e00c2b97da

URL: https://github.com/llvm/llvm-project/commit/84baf123a5213512e92e7deca2d111e00c2b97da
DIFF: https://github.com/llvm/llvm-project/commit/84baf123a5213512e92e7deca2d111e00c2b97da.diff

LOG: try to fix InterfaceStubs/lambda.cpp on Windows after bd8c8827d96f0

Added: 
    

Modified: 
    clang/test/InterfaceStubs/lambda.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/InterfaceStubs/lambda.cpp b/clang/test/InterfaceStubs/lambda.cpp
index 00b7fc44a023..e892f1eee11c 100644
--- a/clang/test/InterfaceStubs/lambda.cpp
+++ b/clang/test/InterfaceStubs/lambda.cpp
@@ -1,4 +1,5 @@
-// RUN: %clang_cc1 -emit-interface-stubs -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-interface-stubs -o - %s \
+// RUN:     | FileCheck %s
 
 // CHECK: --- !experimental-ifs-v1
 // CHECK-NEXT: IfsVersion: 1.0


        


More information about the cfe-commits mailing list