Lines Matching +full:libcxx +full:- +full:build
1 import("//llvm/utils/gn/build/driver_executable.gni")
2 import("//llvm/utils/gn/build/symlink_or_copy.gni")
3 import("//llvm/utils/gn/build/write_cmake_config.gni")
13 "clang-cl",
14 "clang-cl",
17 "clang-cpp",
18 "clang-cpp",
29 # //:clang depends on this symlink target, see comment in //BUILD.gn.
51 configs += [ "//llvm/utils/gn/build:clang_code" ]
60 "//clang/tools/clang-linker-wrapper",
61 "//clang/tools/clang-nvlink-wrapper",
62 "//clang/tools/clang-offload-bundler",
63 "//clang/tools/clang-offload-packager",
64 "//llvm/include/llvm/Config:llvm-config",
86 ldflags = [ "-Wl,-sectcreate,__TEXT,__info_plist," +
89 # On macOS, libcxx headers are bundled with the compiler, not with the
91 # clang. This is different from the CMake build, which requires devs to
92 # explicitly build the "libcxx" target (which also needlessly compiles the
93 # libcxx sources) to get a working compiler.
94 deps += [ "//libcxx/include:copy_headers" ]