Skip to content

Commit

Permalink
[gn build] Remove something I missed in 1afd889
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Jul 22, 2020
1 parent 5724c8b commit dfecad4
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -14,9 +14,6 @@ static_library("X86") {
# depend on this Target/X86-internal build target.
"//llvm/lib/Target/X86/MCTargetDesc",
]
sources = [
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
"Target.cpp",
]
sources = [ "Target.cpp" ]
include_dirs = [ "//llvm/lib/Target/X86" ]
}

0 comments on commit dfecad4

Please sign in to comment.