[LLVMdev] RE: Status of tests

Chris Lattner sabre at nondot.org
Tue Nov 11 12:27:02 PST 2003


On Tue, 11 Nov 2003, Reid Spencer wrote:

> Okay, I'll fix that. But something *WILL* have to change, its not
> gratuitious.
>
> The "-c" option is in an enum which also has a "llvm" value which
> conflicts with the namespace name and caused a compilation error.
> To avoid the error, I changed "llvm" to "llvm_code". To be consistent, I
> changed the "c" enumeration to also have the same suffix, "_code".

Yup, I understand it needs to change.   That's what the clEnumValN thing
is for :)

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/




More information about the llvm-dev mailing list