<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff --git misc/nm.c misc/nm.c
index d014c10..6ee4a98 100644
--- misc/nm.c
+++ misc/nm.c
@@ -542,8 +542,10 @@ void *cookie)
 	process_flags.nlibs = 0;
 	process_flags.lib_names = NULL;
 
+#ifdef LTO_SUPPORT
 	llvm_bundle_pointer = NULL;
 	llvm_bundle_size = 0;
+#endif
 
 	if(ofile-&gt;mh == NULL &amp;&amp; ofile-&gt;mh64 == NULL){
 #ifdef LTO_SUPPORT
</pre></body></html>