Displaying 2 results from an estimated 2 matches for "6e42cbe".
2015 Mar 09
2
[LLVMdev] Out of tree targets
...into <llvm>/lib/Target/Foo and use the CMake option
LLVM_EXPERIMENTAL_TARGETS_TO_BUILD to pick up my target. The issue is
that I still need to patch the one LLVMBuild.txt file in
<llvm>/lib/Target with;
|iff --git a/lib/Target/LLVMBuild.txt b/lib/Target/LLVMBuild.txt
index 4112046..6e42cbe 100644
--- a/lib/Target/LLVMBuild.txt
+++ b/lib/Target/LLVMBuild.txt
@@ -16,7 +16,7 @@
;===------------------------------------------------------------------------===;
[common]
-subdirectories = ARM AArch64 BPF CppBackend Hexagon MSP430 NVPTX Mips PowerPC R600 Sparc SystemZ X86 XCore
+subdirec...
2015 Mar 09
2
[LLVMdev] Out of tree targets
...e the CMake option
>> LLVM_EXPERIMENTAL_TARGETS_TO_BUILD to pick up my target. The issue is that I
>> still need to patch the one LLVMBuild.txt file in <llvm>/lib/Target with;
>>
>> iff --git a/lib/Target/LLVMBuild.txt b/lib/Target/LLVMBuild.txt
>> index 4112046..6e42cbe 100644
>> --- a/lib/Target/LLVMBuild.txt
>> +++ b/lib/Target/LLVMBuild.txt
>> @@ -16,7 +16,7 @@
>>
>> ;===------------------------------------------------------------------------===;
>>
>> [common]
>> -subdirectories = ARM AArch64 BPF CppBackend Hexa...