================
@@ -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')
----------------
yingcong-wu wrote:
Sure, updated.
https://github.com/llvm/llvm-project/pull/161112
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits