forked from OSchip/llvm-project
[gn build] fix formatting after 9647a6f719
This commit is contained in:
parent
1a4d131565
commit
c82b96c0a4
|
@ -18,5 +18,8 @@ static_library("AsmParser") {
|
|||
"//llvm/lib/Target/WebAssembly/Utils",
|
||||
]
|
||||
include_dirs = [ ".." ]
|
||||
sources = [ "WebAssemblyAsmParser.cpp", "WebAssemblyAsmTypeCheck.cpp" ]
|
||||
sources = [
|
||||
"WebAssemblyAsmParser.cpp",
|
||||
"WebAssemblyAsmTypeCheck.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue