This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Make test robust against quotation, NFC.
AbandonedPublic

Authored by Hahnfeld on Nov 28 2017, 12:21 PM.

Details

Summary

This is needed to not break with an upcoming change in LLVM to use
dollar signs (which need to be quoted) instead of dots for
generating unique names.

Diff Detail

Event Timeline

Hahnfeld created this revision.Nov 28 2017, 12:21 PM
Hahnfeld abandoned this revision.Dec 1 2017, 6:41 AM

Not needed anymore for the accepted patch which gets rid of the separator completely.