summaryrefslogtreecommitdiff
path: root/test/profile/instrprof-version-mismatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile/instrprof-version-mismatch.c')
-rw-r--r--test/profile/instrprof-version-mismatch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/profile/instrprof-version-mismatch.c b/test/profile/instrprof-version-mismatch.c
index 81ae52119..c63b299c7 100644
--- a/test/profile/instrprof-version-mismatch.c
+++ b/test/profile/instrprof-version-mismatch.c
@@ -1,6 +1,9 @@
// RUN: %clang_profgen -o %t -O3 %s
// RUN: %run %t 1 2>&1 | FileCheck %s
+// FIXME: Weak symbols are once again a portability problem for Windows.
+// XFAIL: windows
+
// override the version variable with a bogus version:
unsigned long long __llvm_profile_raw_version = 10000;
int main(int argc, const char *argv[]) {