================
@@ -554,7 +554,7 @@ if(build_runtimes)
 
   # TODO: We need to consider passing it as 
'-DRUNTIMES_x86_64_LLVM_ENABLE_RUNTIMES'.
   if("libclc" IN_LIST LLVM_ENABLE_RUNTIMES)
-    foreach(dep clang llvm-as llvm-dis llvm-link opt llvm-ar llvm-ranlib)
+    foreach(dep clang llvm-link opt llvm-ar llvm-ranlib)
----------------
wenju-he wrote:

llvm-nm is in extra_deps when LLVM_INCLUDE_TESTS is ON: 
https://github.com/llvm/llvm-project/blob/23af867e6d933e8992c134695adf390ff404124c/llvm/runtimes/CMakeLists.txt#L518

https://github.com/llvm/llvm-project/pull/187190
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to