[PATCH] D91620: [compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 11 19:07:28 PDT 2022
vitalybuka added inline comments.
================
Comment at: compiler-rt/test/tsan/Linux/check_memcpy.c:10
+// XFAIL: !compiler-rt-optimized
+
----------------
I see, XFAIL will run the test. So if it's about timeouts, it will still timeout.
Just make it
// REQUIRES: compiler-rt-optimized
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91620/new/
https://reviews.llvm.org/D91620
More information about the llvm-commits
mailing list