<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br>On Jan 15, 2011, at 8:06 PM, Qingan Li wrote:<br><br><blockquote type="cite">[qali@qali llvm-2.8-rev]$ find . -exec grep -n "LLVMCC_EMITIR_FLAG" ./ {} \;<br>./projects/test-suite/Makefile.tests:47:<span class="Apple-tab-span" style="white-space:pre">   </span>-$(LCC) $(CPPFLAGS) $(CFLAGS) $(LOPTFLAGS) $(X_TARGET_FLAGS) -S $< -o $@ $(LLVMCC_EMITIR_FLAG)<br>./projects/test-suite/Makefile.tests:51:<span class="Apple-tab-span" style="white-space:pre">    </span>-$(LCXX) $(CPPFLAGS) $(CXXFLAGS) $(LOPTFLAGS) $(X_TARGET_FLAGS) -S $< -o $@ $(LLVMCC_EMITIR_FLAG)<br>./projects/test-suite/Makefile.tests:55:<span class="Apple-tab-span" style="white-space:pre"> </span>-$(LCXX) $(CPPFLAGS) $(CXXFLAGS) $(LOPTFLAGS) $(X_TARGET_FLAGS) -S $< -o $@ $(LLVMCC_EMITIR_FLAG)<br>./projects/test-suite/Makefile.tests:59:<span class="Apple-tab-span" style="white-space:pre"> </span>-$(LCXX) $(CPPFLAGS) $(CXXFLAGS) $(LOPTFLAGS) $(X_TARGET_FLAGS) -S $< -o $@ $(LLVMCC_EMITIR_FLAG)<br>./projects/test-suite/Makefile.tests:63:<span class="Apple-tab-span" style="white-space:pre"> </span>-$(LCC) $(CPPFLAGS) $(CFLAGS) $(LOPTFLAGS) $(X_TARGET_FLAGS) -S $< -o $@ $(LLVMCC_EMITIR_FLAG)<br>./projects/test-suite/Makefile.tests:67:<span class="Apple-tab-span" style="white-space:pre">    </span>-$(LCXX) $(CPPFLAGS) $(CXXFLAGS) $(LOPTFLAGS) $(X_TARGET_FLAGS) -S $< -o $@ $(LLVMCC_EMITIR_FLAG)<br><br></blockquote><div><br></div><div>I know this. The question I asked was to grep in your top level build directory. You a) searched all subdirectories, and b) in the source, not build directory.</div><br><blockquote type="cite">There are errors in config.log, but I need your help for clarifying them (I selected the first four errors below): <br></blockquote><div><br></div><div>These errors aren't even important. In order to figure out what your system has configure will attempt to compile a bunch of different programs.</div><div><br></div><div>You'll need to look for what is setting LLVMCC_EMITIR_FLAG and then debug from there.</div><div><br></div><div>-eric</div><br><br></body></html>