This is an archive of the discontinued LLVM Phabricator instance.

[llvm-symbolizer] Add -exe, -e as aliases to -obj
ClosedPublic

Authored by Quolyk on Jan 11 2019, 12:00 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

Quolyk created this revision.Jan 11 2019, 12:00 AM
Quolyk edited the summary of this revision. (Show Details)Jan 11 2019, 12:02 AM
jhenderson added inline comments.Jan 11 2019, 2:01 AM
test/tools/llvm-symbolizer/sym.test
25 ↗(On Diff #181212)

I don't think this is the right test to extend this way. I would prefer either tools/llvm-symbolizer/basic.test being updated (committed very recently, so make sure you have an up-to-date checkout), or DebugInfo/llvm-symbolizer.test (see the test case within the file that uses the "BINARY" and "BINARY_C" for FileCheck prefixes).

Quolyk updated this revision to Diff 181235.Jan 11 2019, 3:34 AM

Update tests

This revision is now accepted and ready to land.Jan 11 2019, 3:51 AM
This revision was automatically updated to reflect the committed changes.