Morten Ofstad
2004-Oct-18 09:41 UTC
[LLVMdev] Namespace problem in include/llvm/Transforms/IPO.h
createBlockExtractorPass was declared with llvm::, but it was inside a
namespace llvm {} block, so Visual C thinks it is llvm::llvm:: -- as
far as I can tell from the C++ standard, this is correct behaviour, so I
don't know why gcc wasn't complaining... Here is the patch
m.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diff.txt
URL:
<http://lists.llvm.org/pipermail/llvm-dev/attachments/20041018/6ef0c9af/attachment.txt>
Reasonably Related Threads
- [LLVMdev] set_intersect and Visual C compiler
- [LLVMdev] set_intersect and Visual C compiler
- [LLVMdev] Small patch for visual studio project files
- [LLVMdev] Missing default for INT64_MIN in include/llvm/Support/DataTypes.h.in
- [LLVMdev] Small patch for visual studio project files
