| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A D | config.py | 199 link_flags = _prefixed_env_list('LIB', '-L') 202 link_flags=link_flags) 335 self.cxx.link_flags += ['-pthread'] 369 self.cxx.link_flags += ['-lc++'] 376 self.cxx.link_flags += [abs_path] 378 self.cxx.link_flags += ['-lc++'] 383 self.cxx.link_flags += ['-lstdc++'] 385 self.cxx.link_flags += ['-lsupc++'] 403 self.cxx.link_flags += ['-lc++abi'] 405 self.cxx.link_flags += ['-lcxxrt'] [all …]
|
| /llvm-project-15.0.7/libunwind/test/configs/ |
| H A D | llvm-libunwind-static.cfg.in | 8 link_flags = [] 11 link_flags.append('-lpthread') 17 link_flags.append('-Wl,--export-dynamic') 29 config.substitutions.append(('%{link_flags}', 30 '%{{lib}}/libunwind.a -ldl {}'.format(' '.join(link_flags))
|
| H A D | llvm-libunwind-shared.cfg.in | 8 link_flags = [] 14 link_flags.append('-Wl,--export-dynamic') 26 config.substitutions.append(('%{link_flags}', 27 '-L %{{lib}} -Wl,-rpath,%{{lib}} -lunwind -ldl {}'.format(' '.join(link_flags))
|
| H A D | llvm-libunwind-merged.cfg.in | 9 link_flags = [] 15 link_flags.append('-Wl,--export-dynamic') 27 config.substitutions.append(('%{link_flags}', 28 '-L %{{lib}} -Wl,-rpath,%{{lib}} -lc++ -ldl {}'.format(' '.join(link_flags))
|
| H A D | ibm-libunwind-shared.cfg.in | 10 config.substitutions.append(('%{link_flags}',
|
| /llvm-project-15.0.7/compiler-rt/cmake/Modules/ |
| H A D | SanitizerUtils.cmake | 56 function(add_weak_symbols libname link_flags) 60 # file trigger a re-configure. This is necessary so that `${link_flags}` 66 set(local_link_flags ${${link_flags}}) 70 set(${link_flags} ${local_link_flags} PARENT_SCOPE)
|
| H A D | CompilerRTAIXUtils.cmake | 4 function(get_aix_libatomic_default_link_flags link_flags export_list) 16 set(${link_flags} ${linkopts} PARENT_SCOPE)
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/ |
| H A D | compiler.py | 20 def __init__(self, config, path, flags=None, compile_flags=None, link_flags=None, argument 31 self.link_flags = list(link_flags or []) 134 cmd += self.link_flags
|
| /llvm-project-15.0.7/libcxx/test/configs/ |
| H A D | llvm-libc++-mingw.cfg.in | 10 config.substitutions.append(('%{link_flags}',
|
| H A D | llvm-libc++-shared.cfg.in | 12 config.substitutions.append(('%{link_flags}',
|
| H A D | llvm-libc++-static.cfg.in | 12 config.substitutions.append(('%{link_flags}',
|
| H A D | llvm-libc++-shared-clangcl.cfg.in | 10 config.substitutions.append(('%{link_flags}',
|
| H A D | llvm-libc++-static-clangcl.cfg.in | 10 config.substitutions.append(('%{link_flags}',
|
| H A D | llvm-libc++-shared-gcc.cfg.in | 11 config.substitutions.append(('%{link_flags}',
|
| H A D | apple-libc++-shared.cfg.in | 18 config.substitutions.append(('%{link_flags}',
|
| /llvm-project-15.0.7/libcxxabi/test/configs/ |
| H A D | ibm-libc++abi-shared.cfg.in | 12 config.substitutions.append(('%{link_flags}',
|
| H A D | llvm-libc++abi-static.cfg.in | 12 config.substitutions.append(('%{link_flags}',
|
| H A D | llvm-libc++abi-merged.cfg.in | 12 config.substitutions.append(('%{link_flags}',
|
| H A D | llvm-libc++abi-shared.cfg.in | 12 config.substitutions.append(('%{link_flags}',
|
| H A D | apple-libc++abi-shared.cfg.in | 12 config.substitutions.append(('%{link_flags}',
|
| H A D | llvm-libc++abi-static-clangcl.cfg.in | 10 config.substitutions.append(('%{link_flags}',
|
| H A D | llvm-libc++abi-mingw.cfg.in | 10 config.substitutions.append(('%{link_flags}',
|
| H A D | llvm-libc++abi-shared-clangcl.cfg.in | 10 config.substitutions.append(('%{link_flags}',
|
| H A D | llvm-libc++abi-shared-gcc.cfg.in | 11 config.substitutions.append(('%{link_flags}',
|
| /llvm-project-15.0.7/libunwind/test/libunwind/test/ |
| H A D | config.py | 48 self.cxx.link_flags += ['-Wl,--export-dynamic']
|