Commit efd42b9
authored
WebAssembly: Stop directly using RuntimeLibcalls.def (#143054)
Construct RuntimeLibcallsInfo instead of manually creating a map.
This was repeating the setting of the RETURN_ADDRESS. This removes
an obstacle to generating libcall information with tablegen.
This is also not great, since it's setting a static map which
would be broken if there were ever a triple with a different libcall
configuration.1 parent 9143981 commit efd42b9
File tree
1 file changed
+11
-17
lines changed- llvm/lib/Target/WebAssembly
1 file changed
+11
-17
lines changedLines changed: 11 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | | - | |
539 | | - | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | | - | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
544 | 540 | | |
545 | | - | |
| 541 | + | |
546 | 542 | | |
547 | 543 | | |
548 | | - | |
549 | | - | |
550 | 544 | | |
551 | 545 | | |
552 | 546 | | |
| |||
942 | 936 | | |
943 | 937 | | |
944 | 938 | | |
945 | | - | |
| 939 | + | |
946 | 940 | | |
947 | 941 | | |
948 | 942 | | |
| |||
0 commit comments