diff options
author | Volodymyr Sapsai <vsapsai@apple.com> | 2019-02-27 01:37:43 +0000 |
---|---|---|
committer | Volodymyr Sapsai <vsapsai@apple.com> | 2019-02-27 01:37:43 +0000 |
commit | bc72061edf421a08bafc7945041a20f8565b76fe (patch) | |
tree | a56e41fa1c77b0b35e64434c1d050b7599f7f66a | |
parent | 82da1ffc16c18fa440ac98bb4ed28953c77f796f (diff) | |
download | llvm-bc72061edf421a08bafc7945041a20f8565b76fe.zip llvm-bc72061edf421a08bafc7945041a20f8565b76fe.tar.gz llvm-bc72061edf421a08bafc7945041a20f8565b76fe.tar.bz2 |
[index] Fixup for r354942. Specify target in test to achieve stable mangling.
llvm-svn: 354946
-rw-r--r-- | clang/test/Index/ms-property.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/ms-property.cpp b/clang/test/Index/ms-property.cpp index 55c701e..74b5b13 100644 --- a/clang/test/Index/ms-property.cpp +++ b/clang/test/Index/ms-property.cpp @@ -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 { |