mstorsjo wrote: > I think wr should just pin the target triple then to x86 linux. Would that > work for you?
Yeah, that would totally work for me as well. (I find that there's a small difference in style between llvm and clang tests in general, where llvm tests usually run with fixed target triples to test exactly the intended case, while many clang tests run for the build default target and have ifdefs for platform differences. But either is fine with me.) https://github.com/llvm/llvm-project/pull/191061 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
