diff options
author | Easwaran Raman <eraman@google.com> | 2016-04-29 18:53:05 +0000 |
---|---|---|
committer | Easwaran Raman <eraman@google.com> | 2016-04-29 18:53:05 +0000 |
commit | dc7071226b588110392975a07bcaf516e6eb9829 (patch) | |
tree | 32a918139e027eb2d6505afb50298593d07182c2 /llvm/lib/ProfileData/Coverage/LLVMBuild.txt | |
parent | 2fe9304d62661c0603323351a2654e26515a9b6b (diff) | |
download | bcm5719-llvm-dc7071226b588110392975a07bcaf516e6eb9829.tar.gz bcm5719-llvm-dc7071226b588110392975a07bcaf516e6eb9829.zip |
Move coverage related code into a separate library.
Differential Revision: http://reviews.llvm.org/D19333
llvm-svn: 268089
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/LLVMBuild.txt')
-rw-r--r-- | llvm/lib/ProfileData/Coverage/LLVMBuild.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/llvm/lib/ProfileData/Coverage/LLVMBuild.txt b/llvm/lib/ProfileData/Coverage/LLVMBuild.txt new file mode 100644 index 00000000000..fc8284b0ef3 --- /dev/null +++ b/llvm/lib/ProfileData/Coverage/LLVMBuild.txt @@ -0,0 +1,23 @@ +;===- ./lib/ProfileData/Coverage/LLVMBuild.txt -----------------*- Conf -*--===; +; +; The LLVM Compiler Infrastructure +; +; This file is distributed under the University of Illinois Open Source +; License. See LICENSE.TXT for details. +; +;===------------------------------------------------------------------------===; +; +; This is an LLVMBuild description file for the components in this subdirectory. +; +; For more information on the LLVMBuild system, please see: +; +; http://llvm.org/docs/LLVMBuild.html +; +;===------------------------------------------------------------------------===; + +[component_0] +type = Library +name = Coverage +parent = ProfileData +required_libraries = Core Object ProfileData Support + |