OSDN Git Service

Try to guess when the auto-generated cl::Sink option should be marked 'extern'.
authorMikhail Glushenkov <foldr@codedgers.com>
Sun, 7 Dec 2008 16:42:47 +0000 (16:42 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Sun, 7 Dec 2008 16:42:47 +0000 (16:42 +0000)
commitb59dbad71067c3f7f4466e43e284fd1a1fa9e3a5
tree4a5737a0f3a92caeb3511d5a9b65d25eb1a44de0
parent08509493e53baf43ff23cc5436d2450cf5bf3c5e
Try to guess when the auto-generated cl::Sink option should be marked 'extern'.

This would be much easier to do if the CommandLine library didn't use
global state. Global state is evil.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60659 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/LLVMCConfigurationEmitter.cpp