Displaying 2 results from an estimated 2 matches for "063303".
Did you mean:
163303
2008 Jun 03
2
[LLVMdev] #include problem
Hi,
On Fedora 9 GCC 4.3,
LLVMCConfigurationEmitter.cpp needs #include <typeinfo>.
ValueTracking.cpp needs #include <cstring>.
Thanks.
--Zhongxing Xu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080603/38f917f4/attachment.html>
2008 Jun 04
0
[LLVMdev] #include problem
...Jun 3, 2008, at 6:48 AM, Zhongxing Xu wrote:
> Hi,
>
> On Fedora 9 GCC 4.3,
>
> LLVMCConfigurationEmitter.cpp needs #include <typeinfo>.
> ValueTracking.cpp needs #include <cstring>.
Fixed, thanks:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080602/063303.html
-Chris