[PATCH] D38372: [OpenMP] Fix passing of -m arguments correctly

2017-10-04 Thread Jonas Hahnfeld via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL314902: [OpenMP] Fix passing of -m arguments correctly (authored by Hahnfeld). Changed prior to commit: https://reviews.llvm.org/D38372?vs=117023&id=117664#toc Repository: rL LLVM https://reviews.ll

[PATCH] D38372: [OpenMP] Fix passing of -m arguments correctly

2017-10-03 Thread Hal Finkel via Phabricator via cfe-commits
hfinkel accepted this revision. hfinkel added a comment. This revision is now accepted and ready to land. LGTM https://reviews.llvm.org/D38372 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe

[PATCH] D38372: [OpenMP] Fix passing of -m arguments correctly

2017-09-28 Thread Jonas Hahnfeld via Phabricator via cfe-commits
Hahnfeld created this revision. The recent fix in https://reviews.llvm.org/D38258 was wrong: getAuxTriple() only returns non-null values for the CUDA toolchain. That is why the now added test for PPC and X86 failed. https://reviews.llvm.org/D38372 Files: include/clang/Driver/ToolChain.h li