Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#UNSUPPORTED: windows
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it not working on windows? Is there a plan to fix the root cause and reenable it?

#---DefaultINIConfigFilePathTest.test----------------------- Executable,LS --------------------#
#BEGIN_COMMENT
# Tests that plugins are able to load .config from search dirs and .ini files from default path
Expand Down
4 changes: 2 additions & 2 deletions test/lld/ELF/new-pass-manager.ll
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
; RUN: %opt --mtriple=%triple --data-layout=%datalayout %s -o %t.o

; Test debug-pass-manager option
; RUN: %link %linkopts --plugin-opt=debug-pass-manager -o /dev/null %t.o 2>&1 | FileCheck %s
; RUN: %link %linkopts --lto-debug-pass-manager -o /dev/null %t.o 2>&1 | FileCheck %s
; RUN: %link %linkopts --plugin-opt=debug-pass-manager -o %t.temp %t.o 2>&1 | FileCheck %s
; RUN: %link %linkopts --lto-debug-pass-manager -o %t.temp %t.o 2>&1 | FileCheck %s
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have other tests that use /dev/null as output path?


; CHECK: Running pass: GlobalOptPass

Expand Down
Loading