Yuri
2011-Feb-20 09:15 UTC
[LLVMdev] All variables with the name CS should be renamed into something else due to some conflict on Solaris
In these two files: AliasSetTracker.h and CallSite.h (and maybe more) variables CS cause compiler errors on Solaris due to some macro definitions. They should be renamed into something else. Could anybody do it so I don't have to invent the new name and create a patch? Thank you, Yuri
Török Edwin
2011-Feb-20 09:33 UTC
[LLVMdev] All variables with the name CS should be renamed into something else due to some conflict on Solaris
On 2011-02-20 11:15, Yuri wrote:> In these two files: AliasSetTracker.h and CallSite.h (and maybe more) > variables CS cause compiler errors on Solaris due to some macro > definitions. They should be renamed into something else. > Could anybody do it so I don't have to invent the new name and create a > patch?include/llvm/Support/Solaris.h #undef CS ^Doesn't that work? Maybe there is something wrong with the build and Solaris.h is not included everywhere? --Edwin
Possibly Parallel Threads
- [LLVMdev] AliasSetTracker and UnknownInst's (callsites mostly) problem
- [LLVMdev] --enable-shared doesn't build shared library any more
- [LLVMdev] [PATCH] with no response: Bug 13163 - BlockAddress instruction with use from the global context is damaged during module link
- [LLVMdev] Compiler warnings with gcc-4.7.1
- [LLVMdev] Announcing: LLVM 2.9 Tentative Release Schedule