[PATCH] Move the 'linker-script-test' binary to the tools directory.

Chandler Carruth chandlerc at gmail.com
Wed Mar 11 14:51:16 PDT 2015


Hi ruiu,

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'.

http://reviews.llvm.org/D8269

Files:
  CMakeLists.txt
  Makefile
  tools/CMakeLists.txt
  tools/Makefile
  tools/linker-script-test/CMakeLists.txt
  tools/linker-script-test/Makefile
  tools/linker-script-test/linker-script-test.cpp
  utils/CMakeLists.txt
  utils/Makefile
  utils/linker-script-test/CMakeLists.txt
  utils/linker-script-test/Makefile
  utils/linker-script-test/linker-script-test.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8269.21771.patch
Type: text/x-patch
Size: 4873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150311/8ef67f71/attachment.bin>


More information about the llvm-commits mailing list