We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea172c commit 0b64dc9Copy full SHA for 0b64dc9
llvm/test/CMakeLists.txt
@@ -205,7 +205,7 @@ if(LLVM_INCLUDE_EXAMPLES)
205
LLJITWithRemoteDebugging
206
)
207
endif()
208
- if (NOT WIN32)
+ if (NOT WIN32 AND NOT CYGWIN)
209
list(APPEND LLVM_TEST_DEPENDS
210
Bye
211
ExampleIRTransforms
llvm/test/Examples/lit.local.cfg
@@ -1,4 +1,4 @@
1
-if not config.include_examples or sys.platform in ["win32"]:
+if not config.include_examples or sys.platform in ["win32", "cygwin"]:
2
config.unsupported = True
3
4
# Test discovery should ignore subdirectories that contain test inputs.
0 commit comments