This is an archive of the discontinued LLVM Phabricator instance.

[lit, pdb] Fix func-symbols.test (on Windows)
ClosedPublic

Authored by stella.stamenova on Jun 4 2018, 3:29 PM.

Details

Summary

This test was failing sporadically on windows because the order in which the symbols are generated was different between builds. To fix the test, we need to run FileCheck twice - once for each set of symbols we want to verify. The test only runs on Windows.

Diff Detail

Repository
rL LLVM

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jun 5 2018, 9:24 AM
This revision was automatically updated to reflect the committed changes.