diff options
Diffstat (limited to 'llvm/lib/Target/CppBackend')
-rw-r--r-- | llvm/lib/Target/CppBackend/LLVMBuild.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/CppBackend/LLVMBuild.txt b/llvm/lib/Target/CppBackend/LLVMBuild.txt index 49358309dd0..122b5e7502f 100644 --- a/llvm/lib/Target/CppBackend/LLVMBuild.txt +++ b/llvm/lib/Target/CppBackend/LLVMBuild.txt @@ -15,6 +15,9 @@ ; ;===------------------------------------------------------------------------===; +[common] +subdirectories = TargetInfo + [component_0] type = TargetGroup name = CppBackend |