This is an archive of the discontinued LLVM Phabricator instance.

Pass a concrete triple for two OpenMP tests that depend on TLS
ClosedPublic

Authored by thakis on Dec 26 2018, 7:04 AM.

Details

Summary

Not all %itanium_abi_triple values support TLS. Makes OpenMP/declare_reduction_codegen.cpp, OpenMP/parallel_copyin_codegen.cpp for %itanium_abi_triples without TLS support.

Fixes PR40156.

Diff Detail

Repository
rL LLVM

Event Timeline

thakis created this revision.Dec 26 2018, 7:04 AM
This revision is now accepted and ready to land.Dec 26 2018, 7:07 AM
This revision was automatically updated to reflect the committed changes.