Skip to content

Commit e161018

Browse files
committed
Restrict test case to x86-64
1 parent c774cc6 commit e161018

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/msan/msan_print_shadow_on_outlined_check.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %clangxx_msan -fsanitize-recover=memory -mllvm -msan-instrumentation-with-call-threshold=0 -g %s -o %t \
22
// RUN: && not env MSAN_OPTIONS=verbosity=1 %run %t 2>&1 | FileCheck %s
33

4+
// REQUIRES: x86_64-target-arch
5+
// 'long double' implementation varies between platforms.
6+
47
#include <ctype.h>
58
#include <stdio.h>
69

0 commit comments

Comments
 (0)