Hi all, I found the suspect expression "Arch == llvm::Triple::x86_64 || Arch == llvm::Triple::x86_64" in gcc::Common::ConstructJob. It seems the right-hand side used to check for powerpc64, but got lost in a refactoring.
The attached patch fixes this and tries to update the test too. Please take a look! Thanks, Hans
gcc_construct_job_ppc64_fix.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
