[clang] [compiler-rt] [llvm] [clang-tools-extra] [Profile] Allow profile merging with multiple correlate files. (PR #75957)
Zequan Wu via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 18 11:39:19 PST 2024
================
@@ -0,0 +1,41 @@
+// REQUIRES: target={{.*windows-msvc.*}}
----------------
ZequanWu wrote:
Yes, for mingw, `-dll` doesn't work. It uses `-shared`
https://github.com/llvm/llvm-project/pull/75957
More information about the cfe-commits
mailing list