r354946 - [index] Fixup for r354942. Specify target in test to achieve stable mangling.

Volodymyr Sapsai via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 26 17:37:44 PST 2019


Author: vsapsai
Date: Tue Feb 26 17:37:43 2019
New Revision: 354946

URL: http://llvm.org/viewvc/llvm-project?rev=354946&view=rev
Log:
[index] Fixup for r354942. Specify target in test to achieve stable mangling.

Modified:
    cfe/trunk/test/Index/ms-property.cpp

Modified: cfe/trunk/test/Index/ms-property.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/ms-property.cpp?rev=354946&r1=354945&r2=354946&view=diff
==============================================================================
--- cfe/trunk/test/Index/ms-property.cpp (original)
+++ cfe/trunk/test/Index/ms-property.cpp Tue Feb 26 17:37:43 2019
@@ -1,4 +1,4 @@
-// RUN: c-index-test core -print-source-symbols -- -fms-extensions -fno-ms-compatibility %s | FileCheck %s
+// RUN: c-index-test core -print-source-symbols -- -target x86_64-apple-darwin10 -fms-extensions -fno-ms-compatibility %s | FileCheck %s
 
 // CHECK: [[@LINE+1]]:8 | struct/C++ | Simple | [[Simple_USR:.*]] | <no-cgname> | Def | rel: 0
 struct Simple {




More information about the cfe-commits mailing list