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

Nishant Sachdeva via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 11 03:02:05 PST 2026


================
@@ -0,0 +1,8 @@
+add_llvm_library(emb_utils STATIC
+  utils.cpp
+)
+
+target_link_libraries(emb_utils PRIVATE
----------------
nishant-sachdeva wrote:

Accepting this

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


More information about the llvm-commits mailing list