X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLLVMC%2FAlias.td;h=5d37889304bdcd8c1622c0f24dda82ea083ce784;hb=d966817f3cb87897cbec29c967b974924fe939ba;hp=88e142dae27fbcb441e13c1bae4328768481bc96;hpb=d9a7316f9a72d8ea98313257ad8752c1dec36b89;p=oota-llvm.git diff --git a/test/LLVMC/Alias.td b/test/LLVMC/Alias.td index 88e142dae27..5d37889304b 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"