diff options
Diffstat (limited to 'test/tsan/Linux/user_malloc.cc')
-rw-r--r-- | test/tsan/Linux/user_malloc.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tsan/Linux/user_malloc.cc b/test/tsan/Linux/user_malloc.cc index 9c3ce681d7485..6d51a9dd7d9b2 100644 --- a/test/tsan/Linux/user_malloc.cc +++ b/test/tsan/Linux/user_malloc.cc @@ -1,4 +1,5 @@ // RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s +// UNSUPPORTED: powerpc64le #include <stdio.h> // Defined by tsan. |