| Issue | 64722 |
|---|---|
| Summary | `clang-dxc -Fc - -Fo -` stops and tries to read stdin in the middle |
| Labels | HLSL |
| Assignees | |
| Reporter | bogner |
Contrary to clang-cl's `-Fa`, clang-dxc treats the `-` in `-Fc-` as stdin, rather than the basename of `-.asm` or something. This causes it to call `-cc1as` with `-` as an input, which doesn't make much sense.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
