This is an archive of the discontinued LLVM Phabricator instance.

Move the 'linker-script-test' binary to the tools directory.
ClosedPublic

Authored by chandlerc on Mar 11 2015, 2:51 PM.

Details

Summary

The canonical LLVM directory arrangement places binaries in the 'utils/'
tree when they are used as part of building the project. For example,
the tblgen binaries are built out of 'utils/' trees.

Tools which are not used by any other part of the build, including
testing utilities, are just in the 'tools' directory. For example, in
Clang we have 'c-index-test' which is exactly the same kind of thing as
'linker-script-test'.

Diff Detail

Repository
rL LLVM

Event Timeline

chandlerc updated this revision to Diff 21771.Mar 11 2015, 2:51 PM
chandlerc retitled this revision from to Move the 'linker-script-test' binary to the tools directory..
chandlerc updated this object.
chandlerc edited the test plan for this revision. (Show Details)
chandlerc added a reviewer: ruiu.
chandlerc added a subscriber: Unknown Object (MLST).
ruiu accepted this revision.Mar 11 2015, 2:55 PM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 11 2015, 2:55 PM
This revision was automatically updated to reflect the committed changes.
lld/trunk/utils/linker-script-test/CMakeLists.txt