1 import("//llvm/tools/binutils_symlinks.gni")
2 import("//llvm/utils/gn/build/symlink_or_copy.gni")
4 if (llvm_install_binutils_symlinks) {
5 symlink_or_copy("cxxfilt") { # Can't have '+' in target name.
9 source = "llvm-cxxfilt"
10 output = "$root_out_dir/bin/c++filt" # Note: c++filt, not cxxfilt
14 # //:llvm-cxxfilt depends on this symlink target, see comment in //BUILD.gn.
19 if (llvm_install_binutils_symlinks) {
20 deps += [ ":cxxfilt" ]
24 executable("llvm-cxxfilt") {
26 "//llvm/lib/Demangle",