diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-08-30 14:49:00 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-08-30 14:49:00 +0000 |
commit | 06b7f585229f9a4828ae2ae3b3764094b92cee5d (patch) | |
tree | 571170115452c734562d726ff571fb781831bd7e /test/LLVMC/NoActions.td | |
parent | 033927408e7a37815402d8748dd424be437c00d0 (diff) | |
download | external_llvm-06b7f585229f9a4828ae2ae3b3764094b92cee5d.zip external_llvm-06b7f585229f9a4828ae2ae3b3764094b92cee5d.tar.gz external_llvm-06b7f585229f9a4828ae2ae3b3764094b92cee5d.tar.bz2 |
Test: Fix LLVMC tests on CMake.
The CMake build didn't define TEST_COMPILE_CXX_CMD. The tests assumed gcc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/NoActions.td')
-rw-r--r-- | test/LLVMC/NoActions.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/NoActions.td b/test/LLVMC/NoActions.td index 2573fbe..34b4440 100644 --- a/test/LLVMC/NoActions.td +++ b/test/LLVMC/NoActions.td @@ -1,7 +1,7 @@ // Check that tools without associated actions are accepted. // 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" |