blob: f3f781c1a15b0a4ae69766e9f04c42d44840f6e0 [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("Reader") {
sources = [
"BitReader.cpp",
"BitcodeReader.cpp",
"BitstreamReader.cpp",
"MetadataLoader.cpp",
"ValueList.cpp",
]
deps = [
"../../IR",
"../../Support",
]
}