Make 'set_option' work with list options.
authorMikhail Glushenkov <foldr@codedgers.com>
Fri, 18 Dec 2009 11:27:26 +0000 (11:27 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Fri, 18 Dec 2009 11:27:26 +0000 (11:27 +0000)
commit9503b49462a482d7566077d6bbb368d798611390
treeaf3b2b6e4cc1d329ec16226a038fcc71b61d6794
parent97b087c77898c7f47252853df47b568f2b621d17
Make 'set_option' work with list options.

This works now: (set_option "list_opt", ["val_1", "val_2", "val_3"])

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