diff options
Diffstat (limited to 'test/LLVMC/MultiValuedOption.td')
-rw-r--r-- | test/LLVMC/MultiValuedOption.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/LLVMC/MultiValuedOption.td b/test/LLVMC/MultiValuedOption.td index b52af57..73ccb63 100644 --- a/test/LLVMC/MultiValuedOption.td +++ b/test/LLVMC/MultiValuedOption.td @@ -3,6 +3,7 @@ // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t // RUN: FileCheck -input-file %t %s // RUN: %compile_cxx -fexceptions -x c++ %t +// XFAIL: vg_leak include "llvm/CompilerDriver/Common.td" |