[LLVMbugs] [Bug 7809] llvm/Config/config.h pollutes user namespace

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Aug 4 10:14:46 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=7809

Óscar Fuentes <ofv at wanadoo.es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |ofv at wanadoo.es
         Resolution|INVALID                     |

--- Comment #2 from Óscar Fuentes <ofv at wanadoo.es> 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.



More information about the llvm-bugs mailing list