..
Inputs
[lld][WebAssembly] Handle mixed strong and weak undefined symbols
2020-02-28 10:16:10 -08:00
lto
Drop the number of thinlto jobs in some tests to avoid crashing on 32-bit windows
2020-04-07 09:52:12 +02:00
alias.ll
[WebAssembly] Allow multivalue signatures in object files
2019-10-18 20:27:30 +00:00
archive-export.ll
…
archive-no-index.ll
…
archive-weak-undefined.ll
[lld][WebAssembly] Fix for weak references to data symbols in archives
2019-10-17 03:21:02 +00:00
archive.ll
…
bss-only.ll
[WebAssembly] Elide data segments for .bss sections
2019-10-15 19:05:11 +00:00
call-indirect.ll
[WebAssembly] Allow multivalue signatures in object files
2019-10-18 20:27:30 +00:00
comdats.ll
…
compress-relocs.ll
…
conflict.test
…
corrupted.wasm.test
…
custom-section-name.ll
[WebAssembly] Elide data segments for .bss sections
2019-10-15 19:05:11 +00:00
custom-sections.ll
…
cxx-mangling.ll
…
data-layout.ll
[WebAssembly] Elide data segments for .bss sections
2019-10-15 19:05:11 +00:00
data-segment-merging.ll
[WebAssembly] Sort output data sections to place .bss last
2019-09-19 01:14:59 +00:00
data-segments.ll
[WebAssembly] Elide data segments for .bss sections
2019-10-15 19:05:11 +00:00
debug-removed-fn.ll
[lld][Wasm] Wasm-ld emits invalid .debug_ranges entries for non-live symbols
2020-03-26 14:26:31 -07:00
debuginfo-relocs.s
[WebAssembly][lld] Fix crash when applying relocations to debug sections
2019-08-20 18:39:24 +00:00
debuginfo.test
[WebAssembly] Add int32 DW_OP_WASM_location variant
2020-04-16 16:32:17 -07:00
demangle.ll
…
driver.ll
[lld][WebAssembly] Do not require --shared-memory with --relocatable
2020-04-14 13:49:28 -07:00
early-exit-for-bad-paths.s
[lld][WebAssembly] Early error if output file cannot be created.
2020-03-31 21:42:38 -07:00
emit-relocs-fpic.s
…
emit-relocs.ll
…
entry-signature.ll
[lld] NFC: fix trivial typos in comments
2020-04-02 01:21:36 +09:00
entry.ll
…
event-section.ll
[WebAssembly] Handle event exports
2020-04-06 11:28:38 -07:00
export-all.ll
…
export-empty.test
[lld][WebAssembly] Add test for --export of empty string
2020-04-11 18:21:40 -07:00
export-name.ll
[WebAssembly] Support wasm exports with zero-length names.
2020-03-26 16:20:43 -07:00
export-optional-lazy.ll
[lld] NFC: fix trivial typos in comments
2020-04-02 01:21:36 +09:00
export-table.test
…
export.ll
Fix lld testcases I missed in D78413 ( 9b9454a
)
2020-04-20 12:48:57 -07:00
fatal-warnings.ll
…
function-imports-first.ll
[WebAssembly] Allow multivalue signatures in object files
2019-10-18 20:27:30 +00:00
function-imports.ll
[WebAssembly] Allow multivalue signatures in object files
2019-10-18 20:27:30 +00:00
function-index.test
[WebAssembly] Allow multivalue signatures in object files
2019-10-18 20:27:30 +00:00
gc-imports.ll
…
gc-sections.ll
[WebAssembly] Allow multivalue signatures in object files
2019-10-18 20:27:30 +00:00
global-base.test
[lld][WebAssembly] Add optional symbols after input file handling
2019-08-08 16:58:36 +00:00
globals.s
[WebAssmebly] Add support for defined wasm globals in MC and lld
2020-04-30 12:43:15 -07:00
growable-table.test
[lld][WebAssembly] Support for growable tables
2019-08-27 22:58:21 +00:00
import-attribute-mismatch.ll
[lld][WebAssebmly] Preserve custom import attributes with LTO
2019-10-17 05:16:54 +00:00
import-memory.test
[WebAssembly] Initialize memory in start function
2019-09-04 19:50:39 +00:00
import-module.ll
…
import-name.ll
[lld][WebAssembly] Allow symbols with explict import names to be undefined at link time.
2020-02-19 18:02:49 -08:00
import-table.test
…
init-fini-gc.ll
…
init-fini.ll
…
invalid-stack-size.test
…
large-memory.test
[lld][WebAssembly] Handle 4gb max memories
2020-04-09 13:06:41 -07:00
lit.local.cfg
…
load-undefined.test
…
local-symbols.ll
[WebAssembly] Allow multivalue signatures in object files
2019-10-18 20:27:30 +00:00
locals-duplicate.test
[WebAssembly] Allow multivalue signatures in object files
2019-10-18 20:27:30 +00:00
many-functions.ll
…
no-tls.test
[WebAssembly] Initialize memory in start function
2019-09-04 19:50:39 +00:00
optional-symbol.ll
[lld][WebAssembly] Add optional symbols after input file handling
2019-08-08 16:58:36 +00:00
pic-static.ll
[WebAssembly][lld] Fix for static linking of PIC code
2019-10-29 18:58:56 -07:00
pie.ll
…
reloc-addend.ll
[WebAssembly] Sort output data sections to place .bss last
2019-09-19 01:14:59 +00:00
relocatable.ll
[lld][WebAssembly] Do not require --shared-memory with --relocatable
2020-04-14 13:49:28 -07:00
reproduce.ll
…
responsefile.test
[lld][WebAssembly] Early error if output file cannot be created.
2020-03-31 21:42:38 -07:00
section-symbol-relocs.yaml
…
shared-export-dynamic.ll
[lld][WebAssembly] Honor --no-export-dynamic even with -shared
2019-08-19 16:34:51 +00:00
shared-memory-no-atomics.yaml
…
shared-memory.yaml
[lld][WebAssembly] Do not require --shared-memory with --relocatable
2020-04-14 13:49:28 -07:00
shared-needed.ll
…
shared.ll
…
signature-mismatch-export.ll
[lld][WebAssembly] Use a more meaningful name for stub functions
2020-01-16 14:55:37 -08:00
signature-mismatch-unknown.ll
[lld] NFC: fix trivial typos in comments
2020-04-02 01:21:36 +09:00
signature-mismatch-weak.ll
…
signature-mismatch.ll
[lld][WebAssembly] Fix crash on function signature mismatch with --relocatable
2020-04-25 10:26:11 -07:00
stack-first.test
[lld][WebAssembly] Add optional symbols after input file handling
2019-08-08 16:58:36 +00:00
stack-pointer.ll
[WebAssembly] Allow multivalue signatures in object files
2019-10-18 20:27:30 +00:00
startstop.ll
…
strip-all.test
…
strip-debug.test
…
symbol-type-mismatch.ll
…
target-feature-disallowed.yaml
…
target-feature-none.yaml
…
target-feature-required.yaml
…
target-feature-used.yaml
…
threads.s
[lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --threads={1,2,...} /threads:{1,2,...}
2020-03-31 08:46:12 -07:00
tls-align.ll
[WebAssembly] Sort output data sections to place .bss last
2019-09-19 01:14:59 +00:00
tls.ll
[WebAssembly] Sort output data sections to place .bss last
2019-09-19 01:14:59 +00:00
trace-symbol.ll
…
trace.test
…
undefined-data.ll
…
undefined-entry.test
[lld] NFC: fix trivial typos in comments
2020-04-02 01:21:36 +09:00
undefined-weak-call.ll
[WebAssembly] Allow multivalue signatures in object files
2019-10-18 20:27:30 +00:00
undefined.ll
…
version.ll
…
visibility-hidden.ll
[lld] NFC: fix trivial typos in comments
2020-04-02 01:21:36 +09:00
weak-alias-overide.ll
[WebAssembly] Allow multivalue signatures in object files
2019-10-18 20:27:30 +00:00
weak-alias.ll
[WebAssembly] Allow multivalue signatures in object files
2019-10-18 20:27:30 +00:00
weak-and-strong-undef.s
[lld][WebAssembly] Handle mixed strong and weak undefined symbols
2020-02-28 10:16:10 -08:00
weak-symbols.ll
[WebAssembly] Allow multivalue signatures in object files
2019-10-18 20:27:30 +00:00
weak-undefined.ll
[WebAssembly] Allow multivalue signatures in object files
2019-10-18 20:27:30 +00:00
whole-archive.test
…
wrap.ll
…