The recent fix in 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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D38372
[OpenMP] Fix passing of -m arguments correctly ClosedPublic Authored by Hahnfeld on Sep 28 2017, 11:06 AM.
Details Summary The recent fix in D38258 was wrong: getAuxTriple() only returns
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 3 2017, 8:24 PM Closed by commit rL314902: [OpenMP] Fix passing of -m arguments correctly (authored by Hahnfeld). · Explain WhyOct 4 2017, 6:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 117664 cfe/trunk/include/clang/Driver/ToolChain.h
cfe/trunk/lib/Driver/Compilation.cpp
cfe/trunk/lib/Driver/ToolChain.cpp
cfe/trunk/test/Driver/openmp-offload.c
|