This is an archive of the discontinued LLVM Phabricator instance.

[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
non-null values for the CUDA toolchain. That is why the now added
test for PPC and X86 failed.

Diff Detail

Repository
rL LLVM

Event Timeline

Hahnfeld created this revision.Sep 28 2017, 11:06 AM
hfinkel accepted this revision.Oct 3 2017, 8:24 PM

LGTM

This revision is now accepted and ready to land.Oct 3 2017, 8:24 PM
This revision was automatically updated to reflect the committed changes.