blob: 468b3b6db2cf6f0fd6ddc1ac6f409d9dba1e24ff [file] [log] [blame]
# Copyright 2018 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# Rules for building LLVMCppGoPasses library, which includes
# gollvm specific backend passes.
add_llvm_library(LLVMCppGoPasses
GC.cpp
GoAnnotation.cpp
GoNilChecks.cpp
GoStatepoints.cpp
RemoveAddrSpace.cpp
Util.cpp
DEPENDS intrinsics_gen
)