Skip to content

Commit

Permalink
disable all targets but X86, clear X86 required libs
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMatula committed Jan 19, 2018
1 parent 18fa1af commit fdabb61
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
30 changes: 15 additions & 15 deletions lib/Target/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
; will typically require only insertion of a line.
[common]
subdirectories =
AMDGPU
ARM
AArch64
AVR
BPF
Lanai
Hexagon
MSP430
NVPTX
Mips
PowerPC
Sparc
SystemZ
WebAssembly
; AMDGPU
; ARM
; AArch64
; AVR
; BPF
; Lanai
; Hexagon
; MSP430
; NVPTX
; Mips
; PowerPC
; Sparc
; SystemZ
; WebAssembly
X86
XCore
; XCore

; This is a special group whose required libraries are extended (by llvm-build)
; with the best execution engine (the native JIT, if available, or the
Expand Down
3 changes: 2 additions & 1 deletion lib/Target/X86/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ has_jit = 1
type = Library
name = X86CodeGen
parent = X86
required_libraries = Analysis AsmPrinter CodeGen Core MC SelectionDAG Support Target X86AsmPrinter X86Desc X86Info X86Utils
;required_libraries = Analysis AsmPrinter CodeGen Core MC SelectionDAG Support Target X86AsmPrinter X86Desc X86Info X86Utils
required_libraries =
add_to_library_groups = X86

0 comments on commit fdabb61

Please sign in to comment.