Skip to content

Commit

Permalink
[gn format] (manually) merge 6bddd09
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Jul 17, 2020
1 parent 08521ab commit 63f0b10
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -14,6 +14,9 @@ static_library("X86") {
# depend on this Target/X86-internal build target.
"//llvm/lib/Target/X86/MCTargetDesc",
]
sources = [ "Target.cpp" ]
sources = [
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
"Target.cpp",
]
include_dirs = [ "//llvm/lib/Target/X86" ]
}

0 comments on commit 63f0b10

Please sign in to comment.