summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-12-17 07:49:16 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-12-17 07:49:16 +0000
commit1fe2678a06651a8544a987b473fc6c9aa47f8681 (patch)
tree614416beaaefb0b547f7a9d94c8d7fa16b33e732 /llvm/include
parent9bbd4eb9f5f7085fe1d6e6d0ded7b32206bbd9cd (diff)
downloadbcm5719-llvm-1fe2678a06651a8544a987b473fc6c9aa47f8681.tar.gz
bcm5719-llvm-1fe2678a06651a8544a987b473fc6c9aa47f8681.zip
Add a 'set_option' action for use in OptionPreprocessor.
llvm-svn: 91594
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/CompilerDriver/Common.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/CompilerDriver/Common.td b/llvm/include/llvm/CompilerDriver/Common.td
index 8d2f63b3306..9c3e861c220 100644
--- a/llvm/include/llvm/CompilerDriver/Common.td
+++ b/llvm/include/llvm/CompilerDriver/Common.td
@@ -84,6 +84,7 @@ def stop_compilation;
def unpack_values;
def warning;
def error;
+def set_option;
def unset_option;
// Increase/decrease the edge weight.
OpenPOWER on IntegriCloud