================
@@ -532,6 +537,9 @@ Expected<StringRef> clang(ArrayRef<StringRef> InputFiles,
const ArgList &Args,
Args.MakeArgString("--target=" + Triple.getTriple()),
};
+ if (!CanonicalPrefixes)
+ CmdArgs.push_back("-no-canonical-prefixes");
----------------
boomanaiden154 wrote:
> If there's no way to detect if we should do that without the option then it
> should probably be a separate thing.
What exactly do you mean here by "a separate thing"?
https://github.com/llvm/llvm-project/pull/184160
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits