Joseph Huber
4c9b7ff04c
[LLVM] Introduce 'llvm-offload-wrapper' tool ( #153504 )
...
Summary:
This is a standalone tool that does the wrapper stage of the
`clang-linker-wrapper`. We want this to be an external tool because
currently there's no easy way to split apart what the
clang-linker-wrapper is doing under the hood. With this tool, users can
manually extract files with `clang-offload-packager`, feed them through
`clang --target=<triple>` and then use this tool to generate a `.bc`
file they can give to the linker. The goal here is to make reproducing
the linker wrapper steps easier.
2025-08-19 11:05:48 -05:00
..
2024-04-11 12:27:18 +08:00
2025-01-10 19:33:20 -08:00
2024-08-09 22:12:09 -04:00
2024-06-06 20:50:46 +01:00
2025-01-29 16:56:47 +01:00
2024-06-11 09:50:13 -07:00
2024-04-11 11:25:33 +08:00
2025-07-10 15:26:48 +02:00
2024-01-09 13:32:59 +07:00
2025-02-14 09:28:57 +01:00
2025-02-14 09:28:57 +01:00
2025-01-22 10:37:56 -08:00
2024-05-28 12:40:39 +02:00
2024-05-28 12:40:39 +02:00
2024-05-28 12:40:39 +02:00
2025-08-11 09:25:01 +02:00
2024-12-21 12:37:44 -05:00
2024-06-11 09:50:13 -07:00
2024-10-21 18:13:49 -07:00
2024-05-03 14:13:59 -04:00
2025-03-14 22:55:56 +07:00
2025-03-14 22:55:56 +07:00
2024-10-01 22:01:13 -07:00
2025-07-01 10:47:23 +02:00
2025-02-21 09:13:11 -08:00
2024-04-16 12:26:08 +01:00
2024-06-12 16:55:38 +01:00
2024-11-07 08:11:15 +00:00
2024-05-03 14:13:59 -04:00
2024-11-07 08:11:15 +00:00
2024-06-20 19:39:19 +02:00
2025-07-31 15:56:31 -04:00
2025-03-06 07:57:30 -08:00
2025-04-14 11:21:08 +08:00
2025-02-12 21:39:32 -08:00
2025-01-29 11:24:03 -08:00
2024-11-08 15:29:44 -08:00
2025-07-21 14:05:29 +05:30
2025-07-31 15:56:31 -04:00
2025-07-31 15:56:31 -04:00
2025-07-31 15:56:31 -04:00
2025-07-31 15:56:31 -04:00
2025-07-31 15:56:31 -04:00
2025-07-31 15:56:31 -04:00
2025-08-19 11:05:48 -05:00
2025-07-16 16:51:58 -07:00
2025-07-16 16:51:58 -07:00
2024-09-09 18:26:44 -07:00
2025-01-29 16:56:47 +01:00
2025-01-29 11:24:03 -08:00
2025-06-30 12:04:42 +02:00
2024-05-03 14:13:59 -04:00
2024-05-28 12:40:39 +02:00
2025-02-27 15:45:55 -08:00
2025-02-27 15:45:55 -08:00
2025-01-17 17:55:54 -08:00
2025-02-27 15:45:55 -08:00
2024-06-27 12:16:30 +02:00
2025-03-07 12:22:13 -08:00
2025-04-11 15:32:37 -04:00
2025-03-27 15:31:53 -07:00
2023-12-01 10:36:25 -08:00