Skip to content

Commit 1ca76b2

Browse files
committed
Revert "Add PLATFORM key to lit.cfg"
This reverts commit 09ece8c. We are working towards enabling cross-compilation between all platforms, and this change crosses the signals between the host and target platforms.
1 parent afd383f commit 1ca76b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/lit.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ for target in config.targets_to_build.split():
430430
# Add the run target CPU, OS, and pointer size as features.
431431
config.available_features.add("CPU=" + run_cpu)
432432
config.available_features.add("OS=" + run_os)
433-
config.available_features.add("PLATFORM=" + platform.system())
434433
config.available_features.add("PTRSIZE=" + run_ptrsize)
435434

436435
if run_cpu == "i386" or run_cpu == "x86_64":

0 commit comments

Comments
 (0)