[compiler-rt] b128f71 - [profile] Disable new failing test from D83967

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 19:48:35 PDT 2020


Author: Vitaly Buka
Date: 2020-07-16T19:47:36-07:00
New Revision: b128f719a4c826e8f723eaa9b42b607c81f563a5

URL: https://github.com/llvm/llvm-project/commit/b128f719a4c826e8f723eaa9b42b607c81f563a5
DIFF: https://github.com/llvm/llvm-project/commit/b128f719a4c826e8f723eaa9b42b607c81f563a5.diff

LOG: [profile] Disable new failing test from D83967

Added: 
    

Modified: 
    compiler-rt/test/profile/instrprof-lto-pgogen.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/profile/instrprof-lto-pgogen.c b/compiler-rt/test/profile/instrprof-lto-pgogen.c
index 0abae0d7b4c2..99870c70bef3 100644
--- a/compiler-rt/test/profile/instrprof-lto-pgogen.c
+++ b/compiler-rt/test/profile/instrprof-lto-pgogen.c
@@ -1,4 +1,5 @@
 // REQUIRES: lto
+// XFAIL: msvc
 
 // RUN: %clang_pgogen=%t.profraw -flto %s -o %t
 // RUN: %run %t


        


More information about the llvm-commits mailing list