[LLVMdev] Replacing an initializer (original) (raw)
Alexander Poddey alexander.poddey at gmx.net
Fri Feb 27 10:24:29 PST 2015
- Previous message: [LLVMdev] [PATCH] CMake: Use LLVM_VERSION_SUFFIX instead of hardcoded "svn" string
- Next message: [LLVMdev] Replacing an initializer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
suppose I would like to change the initial value of a global. Is the supposed way to change the initializer via const_global_iterator I I->setInitializer(newOne) ?
afaik, newOne is a constant - right? Is the original Initializer automatically purged or do I need to delete it?
thanks Alex
- Previous message: [LLVMdev] [PATCH] CMake: Use LLVM_VERSION_SUFFIX instead of hardcoded "svn" string
- Next message: [LLVMdev] Replacing an initializer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]