diff options
Diffstat (limited to 'compiler-rt/test/tsan/longjmp.cc')
| -rw-r--r-- | compiler-rt/test/tsan/longjmp.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/test/tsan/longjmp.cc b/compiler-rt/test/tsan/longjmp.cc index 9ac6b99c2b5..d642067391f 100644 --- a/compiler-rt/test/tsan/longjmp.cc +++ b/compiler-rt/test/tsan/longjmp.cc @@ -1,8 +1,7 @@ // RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s -// Longjmp assembly has not been implemented for mips64 or aarch64 yet +// Longjmp assembly has not been implemented for mips64 yet // XFAIL: mips64 -// XFAIL: aarch64 #include <stdio.h> #include <stdlib.h> |

