This is an archive of the discontinued LLVM Phabricator instance.

[zorg] Fix lit arg passing for libcxx-libcxxabi-singlethreaded-x86_64-linux-debian
ClosedPublic

Authored by jroelofs on Sep 9 2014, 9:40 AM.

Details

Reviewers
danalbert
EricWF
Summary

The other way doesn't work... this one should.

Diff Detail

Event Timeline

jroelofs updated this revision to Diff 13479.Sep 9 2014, 9:40 AM
jroelofs retitled this revision from to [zorg] Fix lit arg passing for libcxx-libcxxabi-singlethreaded-x86_64-linux-debian.
jroelofs updated this object.
jroelofs edited the test plan for this revision. (Show Details)
jroelofs added reviewers: danalbert, EricWF.
jroelofs added a subscriber: Unknown Object (MLST).
danalbert added inline comments.Sep 9 2014, 4:41 PM
zorg/buildbot/builders/LibcxxAndAbiBuilder.py
89

I think is overrides the default LLVM_LIT_ARGS. Should add the defaults to the passed in list.

danalbert accepted this revision.Sep 9 2014, 5:01 PM
danalbert edited edge metadata.

Sounds like the defaults get overridden anyway.

This revision is now accepted and ready to land.Sep 9 2014, 5:01 PM
jroelofs updated this revision to Diff 13543.Sep 10 2014, 7:33 AM
jroelofs edited edge metadata.

Add the defaults explicitly.

jroelofs closed this revision.Sep 10 2014, 8:58 AM

Committed r217512.

Thanks!

Jon