[PATCH] D38372: [OpenMP] Fix passing of -m arguments correctly
Jonas Hahnfeld via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 28 11:06:31 PDT 2017
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
lib/Driver/Compilation.cpp
lib/Driver/ToolChain.cpp
test/Driver/openmp-offload.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38372.117023.patch
Type: text/x-patch
Size: 7805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170928/a9436d15/attachment-0001.bin>
More information about the cfe-commits
mailing list