diff options
Diffstat (limited to 'test/Feature/CompressedExprLogging.c')
-rw-r--r-- | test/Feature/CompressedExprLogging.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Feature/CompressedExprLogging.c b/test/Feature/CompressedExprLogging.c index 87c8b8b0..42c42402 100644 --- a/test/Feature/CompressedExprLogging.c +++ b/test/Feature/CompressedExprLogging.c @@ -1,3 +1,5 @@ +// REQUIRES: not-msan +// Requires instrumented zlib linked // REQUIRES: zlib // RUN: %clang %s -emit-llvm -g %O0opt -c -o %t1.bc // We disable the cex-cache to eliminate nondeterminism across different |