This is an archive of the discontinued LLVM Phabricator instance.

[openmp] Remove test assumption that canonical binary name contains "clang"
ClosedPublic

Authored by sammccall on Oct 28 2016, 1:41 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sammccall updated this revision to Diff 76171.Oct 28 2016, 1:41 AM
sammccall retitled this revision from to [openmp] Remove test assumption that invoked binary name contains "clang".
sammccall updated this object.
sammccall added a reviewer: bkramer.
sammccall added a subscriber: cfe-commits.
sammccall updated this revision to Diff 76172.Oct 28 2016, 2:13 AM

Use -no-canonical-prefixes so that the invoked binary name will contain "clang"

sammccall retitled this revision from [openmp] Remove test assumption that invoked binary name contains "clang" to [openmp] Remove test assumption that canonical binary name contains "clang".Oct 28 2016, 2:14 AM
sammccall updated this object.
bkramer accepted this revision.Oct 28 2016, 2:27 AM
bkramer edited edge metadata.
This revision is now accepted and ready to land.Oct 28 2016, 2:27 AM
This revision was automatically updated to reflect the committed changes.