forked from OSchip/llvm-project
msan: mark test as x86-specific
Differential Revision: https://reviews.llvm.org/D116653
This commit is contained in:
parent
46db030188
commit
38f69eb77e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue