summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2018-02-07 02:27:34 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2018-02-07 02:27:34 +0000
commit16d26f6f94575191c4660859167e8b36e612802b (patch)
tree68fe7b3d6854fa98d2e88a3943865a710183e7bf
parent24c92eeb83ef89fcda002d996f4b7d1d91f698bf (diff)
downloadbcm5719-llvm-16d26f6f94575191c4660859167e8b36e612802b.tar.gz
bcm5719-llvm-16d26f6f94575191c4660859167e8b36e612802b.zip
test: use target triple for the test
Now that `pragma comment` is also used on ELF-ish targets with a restricted set of options, we need to specify the full target here for the test. llvm-svn: 324441
-rw-r--r--clang-tools-extra/test/pp-trace/pp-trace-pragma-ms.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/pp-trace/pp-trace-pragma-ms.cpp b/clang-tools-extra/test/pp-trace/pp-trace-pragma-ms.cpp
index 22937474afb..33c9f7faa16 100644
--- a/clang-tools-extra/test/pp-trace/pp-trace-pragma-ms.cpp
+++ b/clang-tools-extra/test/pp-trace/pp-trace-pragma-ms.cpp
@@ -1,4 +1,4 @@
-// RUN: pp-trace -ignore FileChanged,MacroDefined %s -target x86_64 -fms-extensions -w | FileCheck --strict-whitespace %s
+// RUN: pp-trace -ignore FileChanged,MacroDefined %s -target x86_64-unknown-windows-msvc -fms-extensions -w | FileCheck --strict-whitespace %s
#pragma comment(compiler, "compiler comment")
#pragma comment(exestr, "exestr comment")
OpenPOWER on IntegriCloud