diff options
Diffstat (limited to 'test/LLVMC/Alias.td')
-rw-r--r-- | test/LLVMC/Alias.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/Alias.td b/test/LLVMC/Alias.td index 88e142d..5d37889 100644 --- a/test/LLVMC/Alias.td +++ b/test/LLVMC/Alias.td @@ -1,7 +1,7 @@ // Test alias generation. // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t // RUN: FileCheck -input-file %t %s -// RUN: %compile_cxx -x c++ %t +// RUN: %compile_cxx %t // XFAIL: vg_leak include "llvm/CompilerDriver/Common.td" |