mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Extract the C++ header search path from the system header search path. This is needed to ensure that we do not push the C++ headers into the swift compiler search path. The reason here is that when building the module, we would attempt to include the C++ headers, which we cannot do since the ClangImporter in swift explicitly sets the langugage to C. This would break the stdlib build for android.
1.2 KiB
1.2 KiB