Skip to content

Commit

Permalink
Disable MSAN test: ELF_perf.s
Browse files Browse the repository at this point in the history
This should be repaired.  Fixes build bots quickly.

Introduced:
https://reviews.llvm.org/D146169
  • Loading branch information
kda committed Sep 18, 2023
1 parent 07ece4e commit c729448
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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
Expand Down

0 comments on commit c729448

Please sign in to comment.