================
@@ -2609,9 +2613,15 @@ void Darwin::AddDeploymentTarget(DerivedArgList &Args)
const {
// For certain platforms/environments almost all resources (e.g., headers) are
// located in sub-directories, e.g., for DriverKit they live in
// <SYSROOT>/System/DriverKit/usr/include (instead of <SYSROOT>/usr/include).
-static void AppendPlatformPrefix(SmallString<128> &Path,
- const llvm::Triple &T) {
- if (T.isDriverKit()) {
+void DarwinClang::AppendPlatformPrefix(SmallString<128> &Path,
----------------
ian-twilightcoder wrote:
Oh yeah, I actually meant to call it PlatformPrefix in the interface to match
this term. I was calling it SystemPrefix internally to match the key name.
https://github.com/llvm/llvm-project/pull/171970
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits