blob: 758d165615fdcb25834502faab08d88d7c6974a4 [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("Writer") {
sources = [
"BitWriter.cpp",
"BitcodeWriter.cpp",
"BitcodeWriterPass.cpp",
"ValueEnumerator.cpp",
]
deps = [
"../../IR",
"../../Support",
]
}