From c7294486f3ee5f70a261ab78ab94e1490d87ebde Mon Sep 17 00:00:00 2001 From: kda Date: Mon, 18 Sep 2023 13:17:33 -0700 Subject: [PATCH] Disable MSAN test: ELF_perf.s This should be repaired. Fixes build bots quickly. Introduced: https://reviews.llvm.org/D146169 --- llvm/test/ExecutionEngine/JITLink/x86-64/ELF_perf.s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/test/ExecutionEngine/JITLink/x86-64/ELF_perf.s b/llvm/test/ExecutionEngine/JITLink/x86-64/ELF_perf.s index 6eb612acd5d6e..a2dc6edccd375 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