msan: mark test as x86-specific

Differential Revision: https://reviews.llvm.org/D116653
This commit is contained in:
Dmitry Vyukov 2022-01-05 13:40:10 +01:00
parent 46db030188
commit 38f69eb77e
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
// RUN: %clangxx_msan -fsanitize-memory-track-origins=2 -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s
// REQUIRES: x86_64-target-arch
#include <pthread.h>
#include <signal.h>
#include <ucontext.h>