http://llvm.org/bugs/show_bug.cgi?id=7809
Óscar Fuentes <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|INVALID | --- Comment #2 from Óscar Fuentes <[email protected]> 2010-08-04 12:14:46 CDT --- Target/TargetSelect.h is a public LLVM library. It must be #included because of the requirement of calling InitializeNativeTarget before using the JIT. See examples/HowToUseJIT/HowToUseJIT.cpp. Target/TargetSelect.h includes Config/config.h. I suppose that llvm-c/Target.h is a similar case. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
