1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-21 01:47:11 +03:00
mold/test/macho
2022-06-03 18:55:00 +08:00
..
adhoc-codesign.sh [Mach-O] Set a LC_UUID even if -no_adhoc_codesign is given 2022-05-30 12:46:00 +08:00
all-load.sh Fix CI 2022-05-11 17:23:29 +08:00
archive.sh Fix CI 2022-05-11 17:23:29 +08:00
baserel.sh Fix CI 2022-05-11 17:23:29 +08:00
basic.sh Fix CI 2022-05-11 17:23:29 +08:00
bss.sh Fix CI 2022-05-11 17:23:29 +08:00
bundle.sh Fix CI 2022-05-11 17:23:29 +08:00
comdat.sh Extend a test 2022-05-18 11:41:37 +08:00
common-alignment.sh Fix CI 2022-05-11 17:23:29 +08:00
common.sh Fix CI 2022-05-11 17:23:29 +08:00
cstring.sh [Mach-O] Merge string constants in __TEXT,__cstring 2022-06-02 13:39:51 +08:00
data-reloc.sh [Mach-O] Fix references to dyld_stub_binder 2022-05-19 18:14:34 +08:00
dead-strip-dylibs2.sh Fix CI 2022-05-11 17:23:29 +08:00
dead-strip-dylibs.sh Fix CI 2022-05-11 17:23:29 +08:00
dead-strip.sh Fix CI 2022-05-11 17:23:29 +08:00
dump.sh Fix CI 2022-05-11 17:23:29 +08:00
duplicate-error.sh Fix CI 2022-05-11 17:23:29 +08:00
dylib.sh Fix CI 2022-05-11 17:23:29 +08:00
entry.sh Fix CI 2022-05-11 17:23:29 +08:00
exception.sh Fix CI 2022-05-11 17:23:29 +08:00
exported-symbols-list.sh [Mach-O] Add --exported_symbol and --exported_symbols_list 2022-06-03 18:55:00 +08:00
filepath2.sh Fix CI 2022-05-11 17:23:29 +08:00
filepath.sh Fix CI 2022-05-11 17:23:29 +08:00
force-load.sh Fix CI 2022-05-11 17:23:29 +08:00
framework.sh Fix CI 2022-05-11 17:23:29 +08:00
headerpad-max-install-names.sh Fix CI 2022-05-11 17:23:29 +08:00
headerpad.sh Fix CI 2022-05-11 17:23:29 +08:00
hello2.sh Fix CI 2022-05-11 17:23:29 +08:00
hello3.sh Fix CI 2022-05-11 17:23:29 +08:00
hello4.sh Fix CI 2022-05-11 17:23:29 +08:00
hello5.sh Fix CI 2022-05-11 17:23:29 +08:00
hello.sh Fix CI 2022-05-11 17:23:29 +08:00
hidden-l.sh [Mach-O] Add -hidden-l 2022-05-12 20:15:26 +08:00
install-name.sh [Mach-O] Add -install_name 2022-05-12 18:55:56 +08:00
lc-linker-option.sh [Mach-O] Support LC_LINKER_OPTION 2022-05-25 13:50:05 +08:00
lib1.sh Fix CI 2022-05-11 17:23:29 +08:00
lto.sh [Mach-O][LTO] Add a basic support of LTO 2022-05-16 15:07:09 +08:00
macos-version-min.sh [Mach-O] Add tests 2022-05-16 19:34:24 +08:00
map.sh Fix CI 2022-05-11 17:23:29 +08:00
merge-scope.sh [Mach-O] Merge symbol visibility 2022-06-03 15:03:29 +08:00
missing-error.sh Fix CI 2022-05-11 17:23:29 +08:00
needed-framework.sh Fix CI 2022-05-11 17:23:29 +08:00
needed-l.sh Fix CI 2022-05-11 17:23:29 +08:00
objc.sh Fix CI 2022-05-11 17:23:29 +08:00
object-path-lto.sh [Mach-O] Add -object_path_lto 2022-06-02 16:29:50 +08:00
pagezero-size2.sh Fix CI 2022-05-11 17:23:29 +08:00
pagezero-size3.sh Fix CI 2022-05-11 17:23:29 +08:00
pagezero-size.sh Fix CI 2022-05-11 17:23:29 +08:00
platform-version.sh Fix CI 2022-05-11 17:23:29 +08:00
private-extern.sh Add a test 2022-06-03 11:50:05 +08:00
reproducibility.sh [Mach-O] Make output reproducible 2022-05-21 12:54:54 +08:00
response-file.sh Fix CI 2022-05-11 17:23:29 +08:00
rpath.sh Fix CI 2022-05-11 17:23:29 +08:00
search-dylibs-first.sh [Mach-O] Add -search_paths_first and -search_dylibs_first 2022-05-12 16:49:10 +08:00
search-paths-first.sh Fix CI 2022-05-11 17:23:29 +08:00
sectcreate.sh [Mach-O] Add -sectcreate 2022-05-21 15:56:36 +08:00
stack-size.sh [Mach-O] Add -stack_size 2022-05-12 19:07:04 +08:00
tbd.sh [Mach-O] Adds support for objc and weak symbols in TBD files 2022-05-17 20:16:27 -07:00
tls2.sh [Mach-O] Fix thread-local variables 2022-05-31 16:54:05 +08:00
tls.sh [Mach-O] Fix thread-local variables 2022-05-31 16:54:05 +08:00
U.sh Fix CI 2022-05-11 17:23:29 +08:00
universal.sh Fix CI 2022-05-11 17:23:29 +08:00
uuid.sh [Mach-O] Add -no_uuid and -uuid_random and -final_output 2022-05-14 15:51:42 +08:00
weak-def-ref.sh [Mach-O] Handle symbols with N_WEAK_DEF|N_WEAK_REF as private extern 2022-06-03 13:23:45 +08:00
weak-undef.sh [Mach-O] Add tests 2022-05-16 19:34:24 +08:00
Z.sh Fix CI 2022-05-11 17:23:29 +08:00