This is an archive of the discontinued LLVM Phabricator instance.

XFail TestIRInterpreter on Windows
ClosedPublic

Authored by amccarth on Apr 27 2016, 2:37 PM.

Details

Summary

Test relies on a POSIX-only function getpid(), so the expression on Windows gets an undefined symbol. If you substitute _getpid(), the interpreter complains that it uses an opcode it doesn't support.

Diff Detail

Repository
rL LLVM

Event Timeline

amccarth updated this revision to Diff 55326.Apr 27 2016, 2:37 PM
amccarth retitled this revision from to XFail TestIRInterpreter on Windows.
amccarth updated this object.
amccarth added a reviewer: spyffe.
amccarth added a subscriber: lldb-commits.
This revision was automatically updated to reflect the committed changes.