summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gn/secondary/libcxxabi/include/BUILD.gn
blob: 46df5290098169625397fd8ec05c061130aa41df (plain)
1
2
3
4
5
6
7
8
9
10
11
import("//clang/resource_dir.gni")

copy("include") {
  sources = [
    "__cxxabi_config.h",
    "cxxabi.h",
  ]
  outputs = [
    "$root_build_dir/include/c++/v1/{{source_target_relative}}",
  ]
}
OpenPOWER on IntegriCloud