summaryrefslogtreecommitdiff
path: root/test/profile/instrprof-without-libc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile/instrprof-without-libc.c')
-rw-r--r--test/profile/instrprof-without-libc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/profile/instrprof-without-libc.c b/test/profile/instrprof-without-libc.c
index 0708833e2..6e9c1dde0 100644
--- a/test/profile/instrprof-without-libc.c
+++ b/test/profile/instrprof-without-libc.c
@@ -5,6 +5,10 @@
// RUN: llvm-profdata merge -o %t.profdata %t.profraw
// RUN: %clang_profuse=%t.profdata -o - -S -emit-llvm %s | FileCheck %s
+// This usage of llvm-nm assumes executables have symbol tables. They do not in
+// an MSVC environment, so we can't make this test portable.
+// UNSUPPORTED: msvc
+
#include <stdint.h>
#include <stdlib.h>