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 6f44ba4 commit cd64eb1Copy full SHA for cd64eb1
test/CMakeLists.txt
@@ -128,11 +128,7 @@ endfunction()
128
129
set(LIT "${LLVM_MAIN_SRC_DIR}/utils/lit/lit.py")
130
131
-# Incremental mode in lit orders test files by the last modification time
132
-# instead of by the path, which is good for CI. In this mode lit also updates
133
-# the mtime on the failed tests, which makes them run first on the
134
-# consecutive execution, which makes local builds fail faster.
135
-set(SWIFT_LIT_ARGS "--incremental" CACHE STRING "Arguments to pass to lit")
+set(SWIFT_LIT_ARGS "" CACHE STRING "Arguments to pass to lit")
136
137
set(SWIFT_LIT_ENVIRONMENT "" CACHE STRING "Environment to use for lit invocations")
138
0 commit comments