Skip to content

Commit 756fe98

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-llvm-swift5-transition
2 parents a20d8f5 + 181595c commit 756fe98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/lit.site.cfg.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ config.available_features.add("CMAKE_GENERATOR=@CMAKE_GENERATOR@")
8989
if "@SWIFT_ENABLE_SOURCEKIT_TESTS@" == "TRUE":
9090
config.available_features.add('sourcekit')
9191

92+
if "@SWIFT_ENABLE_GUARANTEED_NORMAL_ARGUMENTS@" == "FALSE":
93+
config.available_features.add('plus_one_runtime')
94+
else:
95+
config.available_features.add('plus_zero_runtime')
96+
9297
# Let the main config do the real work.
9398
if config.test_exec_root is None:
9499
config.test_exec_root = os.path.dirname(os.path.realpath(__file__))

0 commit comments

Comments
 (0)