This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Pass compiler arguments in the create_ll.sh script
ClosedPublic

Authored by philip.pfaffe on May 2 2018, 7:29 AM.

Details

Summary

Occasionally you need an include or similar things to be configured
when making a new testcase. Allow passing these to the script and down to the
compiler calls.

Diff Detail

Repository
rL LLVM

Event Timeline

philip.pfaffe created this revision.May 2 2018, 7:29 AM
Meinersbur accepted this revision.May 2 2018, 8:22 AM

LGTM

test/create_ll.sh
9 ↗(On Diff #144880)

Use "$@" instead (allows spaces in arguments; not sure whether it is bash-only)?

This revision is now accepted and ready to land.May 2 2018, 8:22 AM
This revision was automatically updated to reflect the committed changes.