[llvm] [llvm] annotate interfaces in llvm/TargetParser for DLL export (PR #143616)

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 10 19:08:38 PDT 2025


================
@@ -249,7 +249,6 @@ LLVM_ABI ArchKind convertV9toV8(ArchKind AK);
 LLVM_ABI FPUKind getDefaultFPU(StringRef CPU, ArchKind AK);
 LLVM_ABI uint64_t getDefaultExtensions(StringRef CPU, ArchKind AK);
 LLVM_ABI StringRef getDefaultCPU(StringRef Arch);
-StringRef getCanonicalArchName(StringRef Arch);
----------------
compnerd wrote:

Oh, that is the second declaration of the symbol, great.

https://github.com/llvm/llvm-project/pull/143616


More information about the llvm-commits mailing list