summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-opt-fuzzer/exec-options.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/llvm-opt-fuzzer/exec-options.ll')
-rw-r--r--llvm/test/tools/llvm-opt-fuzzer/exec-options.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-opt-fuzzer/exec-options.ll b/llvm/test/tools/llvm-opt-fuzzer/exec-options.ll
index 56996535650..1dd0fa5c46b 100644
--- a/llvm/test/tools/llvm-opt-fuzzer/exec-options.ll
+++ b/llvm/test/tools/llvm-opt-fuzzer/exec-options.ll
@@ -3,6 +3,9 @@
; REQUIRES: static-libs
; REQUIRES: x86-registered-target
+; The above also applies if the binary is built with libc++.
+; UNSUPPORTED: libcxx-used
+
; This test is really flaky on Windows. On Windows, executables and DLLs cannot
; be deleted or written while they are loaded. The OS unlocks the file some
; time after the process terminates, so if 'rm' runs too quickly, it will fail
OpenPOWER on IntegriCloud