Hey Philip, > using the standard LLVM toolchain, is there an easy way to make a static > symbol 'non-static'? i have a bunch of static functions that i want to > essentially make non-static, without having to resort to re-writing the > source. thanks!
what are you trying to do that needs that? [It's disgusting, and won't work w/ static vars in functions but if you just need to test something quick, you could compile w/ -Dstatic= to just remove the static qualifier.]
