summaryrefslogtreecommitdiff
path: root/test/tsan/longjmp4.cc
diff options
context:
space:
mode:
authorSagar Thakur <sagar.thakur@imgtec.com>2016-08-16 05:06:56 +0000
committerSagar Thakur <sagar.thakur@imgtec.com>2016-08-16 05:06:56 +0000
commit0a7584e8c3e149e3fcc2123bdb2e2f6ae646b4dd (patch)
tree55a2252caf57c40a295e96804fc67459e79eaa8b /test/tsan/longjmp4.cc
parentcd5fa595648378f38cdad8b07e18433639c28a9c (diff)
[TSan][MIPS] Implements setjmp assembly for MIPS64
Reviewed by dvyukov Differential: https://reviews.llvm.org/D23494 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@278775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan/longjmp4.cc')
-rw-r--r--test/tsan/longjmp4.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/tsan/longjmp4.cc b/test/tsan/longjmp4.cc
index cdf406920..4c2fbf0c4 100644
--- a/test/tsan/longjmp4.cc
+++ b/test/tsan/longjmp4.cc
@@ -1,8 +1,5 @@
// RUN: %clang_tsan -O1 %s -o %t && %deflake %run %t 2>&1 | FileCheck %s
-// Longjmp assembly has not been implemented for mips64 yet
-// XFAIL: target-is-mips64
-
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>