summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/MultiValuedOption.td
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/LLVMC/MultiValuedOption.td')
-rw-r--r--llvm/test/LLVMC/MultiValuedOption.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/MultiValuedOption.td b/llvm/test/LLVMC/MultiValuedOption.td
index bd61d76dff7..50c1f3d22a1 100644
--- a/llvm/test/LLVMC/MultiValuedOption.td
+++ b/llvm/test/LLVMC/MultiValuedOption.td
@@ -10,7 +10,7 @@ include "llvm/CompilerDriver/Common.td"
def OptList : OptionList<[
// CHECK: cl::multi_val(2)
(prefix_list_option "foo", (multi_val 2)),
- (parameter_list_option "baz", (multi_val 2), (extern))]>;
+ (parameter_list_option "baz", (multi_val 2))]>;
def dummy_tool : Tool<[
(command "dummy_cmd"),
OpenPOWER on IntegriCloud