diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-02-23 09:04:13 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-02-23 09:04:13 +0000 |
commit | a04d4ed690505b4474fd272d260512b23288aac2 (patch) | |
tree | 03c4955c4a692db88f89b143f27d194c8fbab32b /include | |
parent | a3f173237d6bff072600b63a34f3fd7e280a624c (diff) | |
download | external_llvm-a04d4ed690505b4474fd272d260512b23288aac2.zip external_llvm-a04d4ed690505b4474fd272d260512b23288aac2.tar.gz external_llvm-a04d4ed690505b4474fd272d260512b23288aac2.tar.bz2 |
Add a way to enable '-opt=foo' forwarding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96916 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CompilerDriver/Common.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CompilerDriver/Common.td b/include/llvm/CompilerDriver/Common.td index 9c3e861..3ae77ae 100644 --- a/include/llvm/CompilerDriver/Common.td +++ b/include/llvm/CompilerDriver/Common.td @@ -46,6 +46,7 @@ def optional; def really_hidden; def required; def comma_separated; +def forward_not_split; // The 'case' construct. def case; |