diff options
| author | Saleem Abdulrasool <compnerd@compnerd.org> | 2018-02-07 02:27:34 +0000 |
|---|---|---|
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2018-02-07 02:27:34 +0000 |
| commit | 16d26f6f94575191c4660859167e8b36e612802b (patch) | |
| tree | 68fe7b3d6854fa98d2e88a3943865a710183e7bf | |
| parent | 24c92eeb83ef89fcda002d996f4b7d1d91f698bf (diff) | |
| download | bcm5719-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.cpp | 2 |
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") |

