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 c89eca6 commit 1cfb8f0Copy full SHA for 1cfb8f0
test/lit.cfg
@@ -1527,7 +1527,6 @@ elif run_os == 'linux-androideabi' or run_os == 'linux-android':
1527
'-sdk', config.variant_sdk, '-Xclang-linker',
1528
'--target={}{}'.format(config.variant_triple, config.android_api_level),
1529
'-tools-directory', tools_directory,
1530
- '-use-ld=%s' % config.android_linker_name,
1531
config.resource_dir_opt, mcp_opt, config.swift_test_options,
1532
config.swift_driver_test_options, swift_execution_tests_extra_flags])
1533
config.target_codesign = "echo"
@@ -1575,7 +1574,6 @@ elif run_os == 'linux-androideabi' or run_os == 'linux-android':
1575
1574
1576
1577
config.resource_dir_opt, mcp_opt,
1578
1579
config.swift_driver_test_options])
1580
config.target_swift_modulewrap = ' '.join([
1581
config.swiftc, '-modulewrap',
test/lit.site.cfg.in
@@ -42,7 +42,6 @@ config.swift_frontend_test_options = "@SWIFT_FRONTEND_TEST_OPTIONS@"
42
config.darwin_xcrun_toolchain = "@SWIFT_DARWIN_XCRUN_TOOLCHAIN@"
43
44
# --- android ---
45
-config.android_linker_name = "lld"
46
config.android_ndk_path = "@SWIFT_ANDROID_NDK_PATH@"
47
config.android_api_level = "@SWIFT_ANDROID_API_LEVEL@"
48
validation-test/lit.site.cfg.in
@@ -36,7 +36,6 @@ config.swift_frontend_test_options = "@SWIFT_FRONTEND_TEST_OPTIONS@"
36
37
38
# --- Android Configuration ---
39
40
41
0 commit comments