blob: 1ce8cadf838db1976800653d5f52f9197ea1d451 [file] [log] [blame]
# Copyright 2018 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("MCParser") {
sources = [
"AsmLexer.cpp",
"AsmParser.cpp",
"COFFAsmParser.cpp",
"DarwinAsmParser.cpp",
"ELFAsmParser.cpp",
"MCAsmLexer.cpp",
"MCAsmParser.cpp",
"MCAsmParserExtension.cpp",
"MCTargetAsmParser.cpp",
]
deps = [
"../../BinaryFormat",
"../../Support",
]
}