[PATCH] D86308: Reland [compiler-rt] Compile assembly files as ASM not C
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 20 13:12:31 PDT 2020
mstorsjo added a comment.
Just FWIW, a similar change was made in libunwind earlier (c48974ffd7d1676f79d39d3b1e70f07d3a5e2e44 <https://reviews.llvm.org/rGc48974ffd7d1676f79d39d3b1e70f07d3a5e2e44>), which then required workarounds for cmake issues on both mingw and macos (see b780df052dd2b246a760d00e00f7de9ebdab9d09 <https://reviews.llvm.org/rGb780df052dd2b246a760d00e00f7de9ebdab9d09> and d4ded05ba851304b26a437896bc3962ef56f62cb <https://reviews.llvm.org/rGd4ded05ba851304b26a437896bc3962ef56f62cb>) to reintroduce the code for building the asm code as C.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86308/new/
https://reviews.llvm.org/D86308
More information about the cfe-commits
mailing list