From bf0ce50e407b5e6695ab57d7f813c02fbf1172dd Mon Sep 17 00:00:00 2001 From: Dan Zheng Date: Wed, 8 Apr 2020 18:56:42 -0700 Subject: [PATCH] [AutoDiff] Remove `-lm` from test. `-lm` is not supported on Windows. --- test/AutoDiff/IRGen/loadable_by_address_cross_module.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/AutoDiff/IRGen/loadable_by_address_cross_module.swift b/test/AutoDiff/IRGen/loadable_by_address_cross_module.swift index 4a07d9b33fc6f..63adc45f4ae8f 100644 --- a/test/AutoDiff/IRGen/loadable_by_address_cross_module.swift +++ b/test/AutoDiff/IRGen/loadable_by_address_cross_module.swift @@ -26,7 +26,7 @@ // Finally, execute the test. -// RUN: %target-build-swift -I%t -L%t %s -o %t/a.out -lm -lexternal +// RUN: %target-build-swift -I%t -L%t %s -o %t/a.out -lexternal // RUN: %target-run %t/a.out // REQUIRES: executable_test