diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-12-30 11:46:15 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-12-30 11:46:15 +0000 |
| commit | dd58ef019b700900793a1eb48b52123db01b654e (patch) | |
| tree | fcfbb4df56a744f4ddc6122c50521dd3f1c5e196 /lib/DebugInfo/CodeView/LLVMBuild.txt | |
| parent | 2fe5752e3a7c345cdb59e869278d36af33c13fa4 (diff) | |
Notes
Diffstat (limited to 'lib/DebugInfo/CodeView/LLVMBuild.txt')
| -rw-r--r-- | lib/DebugInfo/CodeView/LLVMBuild.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/DebugInfo/CodeView/LLVMBuild.txt b/lib/DebugInfo/CodeView/LLVMBuild.txt new file mode 100644 index 0000000000000..4db23376fce4d --- /dev/null +++ b/lib/DebugInfo/CodeView/LLVMBuild.txt @@ -0,0 +1,22 @@ +;===- ./lib/DebugInfo/CodeView/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 = DebugInfoCodeView +parent = DebugInfo +required_libraries = Support |
