[llvm] c729448 - Disable MSAN test: ELF_perf.s

via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 13:17:37 PDT 2023


Author: kda
Date: 2023-09-18T13:17:33-07:00
New Revision: c7294486f3ee5f70a261ab78ab94e1490d87ebde

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

LOG: Disable MSAN test: ELF_perf.s

This should be repaired.  Fixes build bots quickly.

Introduced:
https://reviews.llvm.org/D146169

Added: 
    

Modified: 
    llvm/test/ExecutionEngine/JITLink/x86-64/ELF_perf.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/ExecutionEngine/JITLink/x86-64/ELF_perf.s b/llvm/test/ExecutionEngine/JITLink/x86-64/ELF_perf.s
index 6eb612acd5d6e4a..a2dc6edccd3759d 100644
--- a/llvm/test/ExecutionEngine/JITLink/x86-64/ELF_perf.s
+++ b/llvm/test/ExecutionEngine/JITLink/x86-64/ELF_perf.s
@@ -1,5 +1,8 @@
 # REQUIRES: native && x86_64-linux
 
+# FIXME: Investigate why broken with MSAN
+# UNSUPPORTED: msan
+
 # RUN: rm -rf %t && mkdir -p %t
 # RUN: llvm-mc -triple=x86_64-unknown-linux -position-independent \
 # RUN:     -filetype=obj -o %t/ELF_x86-64_perf.o %s


        


More information about the llvm-commits mailing list