Skip to content

Commit

Permalink
[NFC][LSan] Add REQUIRES: linux
Browse files Browse the repository at this point in the history
Additional registers scaning is only implemented for x86 linux.
  • Loading branch information
vitalybuka committed Sep 19, 2020
1 parent cce24bb commit 034781f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/test/lsan/TestCases/use_registers_extra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 034781f

Please sign in to comment.