Nerixyz
33bbd5792a
clang-cl: Remove unused /Fm argument ( #8792 )
...
clang-cl doesn't write mapfiles like MSVC, so it doesn't support `/Fm`
and it used to report a warning:
```
clang-cl: warning: argument unused during compilation: '/FmC:\Windows\TEMP\compiler-explorer-compiler6Pv4en\output.s.exe.map' [-Wunused-command-line-argument]
```
To still get the function labels, we should use `llvm-objdump`. However,
that doesn't read the generated debug info file right now. I've opened
https://github.com/llvm/llvm-project/pull/201150 to fix this.
2026-06-14 21:53:04 +01:00
..
2026-06-14 20:11:35 +01:00
2026-05-08 10:50:09 -04:00
2025-10-28 18:01:23 +01:00
2026-06-11 22:25:07 +01:00
2026-02-01 20:50:46 -06:00
2026-06-04 23:41:19 +02:00
2025-09-12 00:05:43 +02:00
2026-06-14 21:53:04 +01:00
2026-06-14 21:50:32 +01:00
2026-05-02 08:05:38 -05:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2026-06-11 22:01:53 +01:00
2025-02-02 17:54:31 +00:00
2026-05-09 17:37:14 -05:00
2026-02-01 20:50:46 -06:00
2026-06-01 07:11:58 -05:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2025-07-28 10:34:46 -05:00
2026-05-08 10:50:09 -04:00
2026-06-03 21:09:43 -05:00
2025-09-29 22:21:51 +02:00
2026-02-01 20:50:46 -06:00
2025-07-28 10:34:46 -05:00
2026-02-01 20:50:46 -06:00
2026-06-14 21:50:32 +01:00
2025-02-08 16:12:40 +01:00
2025-02-02 17:54:31 +00:00
2026-02-01 20:50:46 -06:00
2026-06-11 23:02:35 +01:00
2026-02-01 20:50:46 -06:00
2026-05-07 19:26:03 -04:00
2025-09-27 10:17:55 +03:00
2026-05-23 14:47:16 +03:00
2026-02-01 20:50:46 -06:00
2026-05-09 17:14:30 -05:00
2023-06-19 22:13:15 -04:00
2025-02-02 17:54:31 +00:00
2026-06-03 22:45:23 -05:00
2026-02-01 20:50:46 -06:00
2026-02-22 17:25:36 -06:00
2026-02-01 20:50:46 -06:00
2023-06-28 20:13:10 -04:00
2025-02-02 17:54:31 +00:00
2025-05-20 17:53:24 -05:00
2026-06-05 15:54:27 +02:00
2025-10-28 09:44:51 +01:00
2026-05-23 14:47:16 +03:00
2026-05-23 14:47:16 +03:00
2025-02-02 17:54:31 +00:00
2026-03-11 21:40:54 +01:00
2026-05-07 19:26:03 -04:00
2025-09-08 22:07:47 +02:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2024-12-08 00:59:58 +09:00
2024-03-05 20:11:28 -06:00
2025-02-02 17:54:31 +00:00
2025-09-12 14:23:49 -05:00
2026-02-01 20:50:46 -06:00
2025-02-02 17:54:31 +00:00
2026-06-14 20:11:35 +01:00
2026-02-02 21:31:18 -06:00
2026-06-03 21:25:50 -05:00