[llvm] [NFC][IR2Vec][MIR2Vec] llvm-ir2vec refactor - move Tool class implementations into a separate utils file (PR #174133)

S. VenkataKeerthy via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 8 19:18:37 PST 2026


================
@@ -17,10 +17,25 @@ set(LLVM_LINK_COMPONENTS
   TargetParser
   )
 
+# Static utility library
+add_library(emb_utils STATIC utils/utils.cpp)
----------------
svkeerthy wrote:

Thanks @boomanaiden154.

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


More information about the llvm-commits mailing list