[compiler-rt] 17ab9e6 - [TSAN] Move test into Linux/

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 27 17:52:00 PDT 2024


Author: Vitaly Buka
Date: 2024-03-27T17:51:50-07:00
New Revision: 17ab9e64464f989b3fe4a304a450581a618097a0

URL: https://github.com/llvm/llvm-project/commit/17ab9e64464f989b3fe4a304a450581a618097a0
DIFF: https://github.com/llvm/llvm-project/commit/17ab9e64464f989b3fe4a304a450581a618097a0.diff

LOG: [TSAN] Move test into Linux/

Linux specific test was introduced by #86537

Added: 
    compiler-rt/test/tsan/Linux/signal_in_futex_wait.cpp

Modified: 
    

Removed: 
    compiler-rt/test/tsan/signal_in_futex_wait.cpp


################################################################################
diff  --git a/compiler-rt/test/tsan/signal_in_futex_wait.cpp b/compiler-rt/test/tsan/Linux/signal_in_futex_wait.cpp
similarity index 99%
rename from compiler-rt/test/tsan/signal_in_futex_wait.cpp
rename to compiler-rt/test/tsan/Linux/signal_in_futex_wait.cpp
index cf31e5467486ad..34d058edd526a1 100644
--- a/compiler-rt/test/tsan/signal_in_futex_wait.cpp
+++ b/compiler-rt/test/tsan/Linux/signal_in_futex_wait.cpp
@@ -1,6 +1,6 @@
 // RUN: %clang_tsan %s -lstdc++ -o %t && %run %t 2>&1 | FileCheck %s
 
-#include "test.h"
+#include "../test.h"
 #include <errno.h>
 #include <linux/futex.h>
 #include <pthread.h>


        


More information about the llvm-commits mailing list