[compiler-rt] 034781f - [NFC][LSan] Add REQUIRES: linux

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 17:24:18 PDT 2020


Author: Vitaly Buka
Date: 2020-09-18T17:24:07-07:00
New Revision: 034781f7f33634918025206427e6ee912ef3985b

URL: https://github.com/llvm/llvm-project/commit/034781f7f33634918025206427e6ee912ef3985b
DIFF: https://github.com/llvm/llvm-project/commit/034781f7f33634918025206427e6ee912ef3985b.diff

LOG: [NFC][LSan] Add REQUIRES: linux

Additional registers scaning is only implemented for x86 linux.

Added: 
    

Modified: 
    compiler-rt/test/lsan/TestCases/use_registers_extra.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/lsan/TestCases/use_registers_extra.cpp b/compiler-rt/test/lsan/TestCases/use_registers_extra.cpp
index fef5c36a9ede..18a959e0b21c 100644
--- a/compiler-rt/test/lsan/TestCases/use_registers_extra.cpp
+++ b/compiler-rt/test/lsan/TestCases/use_registers_extra.cpp
@@ -6,7 +6,7 @@
 // RUN: %env_lsan_opts="" %run %t 2>&1
 
 // FIXME: Support more platforms.
-// REQUIRES: x86-target-arch
+// REQUIRES: x86-target-arch && linux
 
 #include "sanitizer_common/print_address.h"
 #include <assert.h>


        


More information about the llvm-commits mailing list