blob: 2919b577eb8d7ba485d429c0d29f5df5902b7aa1 [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
GoStatepoints.cpp
Util.cpp
)