mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Use `clang` rather than `clang++` as the linker driver. This ensures that we do not force a C++ runtime on the general code. This is fine for now as C++ interop is not yet available for Swift. This prevents the accidental mix-and-match of various C++ runtimes. This can cause problems on platforms like android where `libstdc++` is an unsupported runtime but is generally the default for Linux platforms.
18 lines
285 B
Plaintext
18 lines
285 B
Plaintext
-static
|
|
-lswiftCore
|
|
-lswiftImageInspectionShared
|
|
-Xlinker
|
|
--defsym=__import_pthread_self=pthread_self
|
|
-Xlinker
|
|
--defsym=__import_pthread_once=pthread_once
|
|
-Xlinker
|
|
--defsym=__import_pthread_key_create=pthread_key_create
|
|
-lpthread
|
|
-latomic
|
|
-licui18n
|
|
-licuuc
|
|
-licudata
|
|
-ldl
|
|
-lstdc++
|
|
-lm
|