This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
46c852e438
llvm-project
/
lld
/
tools
/
CMakeLists.txt
3 lines
59 B
CMake
Raw
Normal View
History
Unescape
Escape
Move the 'linker-script-test' binary to the tools directory. 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'. Differential Revision: http://reviews.llvm.org/D8269 llvm-svn: 231973
2015-03-12 06:05:49 +08:00
add_subdirectory
(
linker-script-test
)
Initial commit. Code by Nick Kledzik. Cleanups and build system by me. llvm-svn: 146844
2011-12-18 16:27:59 +08:00
add_subdirectory
(
lld
)