================
@@ -53,7 +56,12 @@ class raw_ostream;
 enum class IR2VecKind { Symbolic };
 
 namespace ir2vec {
-/// Embedding is a datavtype that wraps std::vector<double>. It provides
+
+LLVM_ABI extern cl::opt<float> OpcWeight;
----------------
svkeerthy wrote:

#136623 adds LLVM_ABI tags to some globals and externs in Analysis. Removing it 
for now. Can be added later if necessary. 

https://github.com/llvm/llvm-project/pull/143200
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to