Skip to content

Commit

Permalink
[AArch64][SVE] Fix -DBUILD_SHARED_LIBS=on builds after -D74808/1874de…
Browse files Browse the repository at this point in the history
…e5662603c9251228c71b66de72cec0c979
  • Loading branch information
MaskRay committed Feb 21, 2020
1 parent 0ad6fc9 commit fad1c75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AArch64/MCTargetDesc/LLVMBuild.txt
Expand Up @@ -18,6 +18,6 @@
type = Library
name = AArch64Desc
parent = AArch64
required_libraries = AArch64Info AArch64Utils MC Support Object
required_libraries = AArch64Info AArch64Utils MC Support Object BinaryFormat
add_to_library_groups = AArch64

2 changes: 1 addition & 1 deletion llvm/lib/Target/ARM/MCTargetDesc/LLVMBuild.txt
Expand Up @@ -18,5 +18,5 @@
type = Library
name = ARMDesc
parent = ARM
required_libraries = ARMInfo ARMUtils MC MCDisassembler Support Object
required_libraries = ARMInfo ARMUtils MC MCDisassembler Support BinaryFormat
add_to_library_groups = ARM
2 changes: 1 addition & 1 deletion llvm/lib/Target/PowerPC/MCTargetDesc/LLVMBuild.txt
Expand Up @@ -18,5 +18,5 @@
type = Library
name = PowerPCDesc
parent = PowerPC
required_libraries = MC PowerPCInfo Support Object
required_libraries = MC PowerPCInfo Support BinaryFormat
add_to_library_groups = PowerPC
2 changes: 1 addition & 1 deletion llvm/lib/Target/X86/MCTargetDesc/LLVMBuild.txt
Expand Up @@ -18,5 +18,5 @@
type = Library
name = X86Desc
parent = X86
required_libraries = MC MCDisassembler Object Support X86Info X86Utils
required_libraries = MC MCDisassembler Object Support X86Info X86Utils BinaryFormat
add_to_library_groups = X86

0 comments on commit fad1c75

Please sign in to comment.