================
@@ -33,3 +34,13 @@ config.substitutions.append(('%{install-prefix}', 
'@LIBUNWIND_TESTING_INSTALL_PR
 config.substitutions.append(('%{include}', 
'@LIBUNWIND_TESTING_INSTALL_PREFIX@/include'))
 config.substitutions.append(('%{lib}', 
'@LIBUNWIND_TESTING_INSTALL_PREFIX@/@LIBUNWIND_INSTALL_LIBRARY_DIR@'))
 config.substitutions.append(('%{benchmark_flags}', ''))
+
+# Check for objcopy tools
+objcopy_path = which('objcopy')
----------------
arichardson wrote:

I think it probably makes sense to prefer llvm-objcopy from the build dir since 
we know that supports all needed features over the system installation? 

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

Reply via email to