llvmc: remove dynamic plugins.
[oota-llvm.git] / include / llvm / CompilerDriver / Common.td
index 6527ab5d4f12be61c9116b42bc5cd2f85d4eb703..d378bb74d22ffb9d10531621f01f8075dc329eab 100644 (file)
@@ -40,7 +40,6 @@ def prefix_list_option;
 
 // Possible option properties.
 
-def extern;
 def help;
 def hidden;
 def init;
@@ -101,11 +100,6 @@ def dec_weight;
 // Empty DAG marker.
 def empty_dag_marker;
 
-// Used to specify plugin priority.
-class PluginPriority<int p> {
-      int priority = p;
-}
-
 // Option list - a single place to specify options.
 class OptionList<list<dag> l> {
       list<dag> options = l;