Files
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-04 23:41:19 +02:00
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00
2026-05-23 14:47:16 +03:00