This is an archive of the discontinued LLVM Phabricator instance.

Fix Windows build due to missing path.
AbandonedPublic

Authored by amccarth on Sep 30 2015, 3:38 PM.

Details

Reviewers
spyffe
zturner
Summary

This fixes the Windows build break introduced by r248934. I'm not sure why it didn't break other platforms.

Diff Detail

Event Timeline

amccarth updated this revision to Diff 36154.Sep 30 2015, 3:38 PM
amccarth retitled this revision from to Fix Windows build due to missing path..
amccarth updated this object.
amccarth added reviewers: zturner, spyffe.
amccarth added a subscriber: lldb-commits.
emaste added a subscriber: emaste.Sep 30 2015, 4:09 PM

I'm not sure why it didn't break other platforms.

It did - perhaps it worked only on OS X due to xcode path differences? It was fixed by rL248956.

amccarth abandoned this revision.Sep 30 2015, 4:11 PM

Same fix was already committed to fix the Linux build.