diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2014-02-18 19:46:01 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2014-02-18 19:46:01 +0000 |
commit | b549019c3c3a0cd417fcc9dc4ec17340de4c6046 (patch) | |
tree | 0603ddc2b80c356483017ee0f32d70de8f02d2a7 /clang-tools-extra/test/clang-query/errors.c | |
parent | c51e08c7ea3128081d4f0d0c388a41ca561ef5d6 (diff) | |
download | bcm5719-llvm-b549019c3c3a0cd417fcc9dc4ec17340de4c6046.tar.gz bcm5719-llvm-b549019c3c3a0cd417fcc9dc4ec17340de4c6046.zip |
Add a makefile for clang-query. Patch by Alex Horn!
While at it, have cmake build and test the tool if libedit is not installed,
as this dependency is now optional.
llvm-svn: 201599
Diffstat (limited to 'clang-tools-extra/test/clang-query/errors.c')
-rw-r--r-- | clang-tools-extra/test/clang-query/errors.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-query/errors.c b/clang-tools-extra/test/clang-query/errors.c index 96bb6bf216c..bbb74212574 100644 --- a/clang-tools-extra/test/clang-query/errors.c +++ b/clang-tools-extra/test/clang-query/errors.c @@ -2,7 +2,6 @@ // RUN: not clang-query -f %S/Inputs/foo.script %s -- | FileCheck %s // RUN: not clang-query -f %S/Inputs/nonexistent.script %s -- 2>&1 | FileCheck --check-prefix=CHECK-NONEXISTENT %s // RUN: not clang-query -c foo -f foo %s -- 2>&1 | FileCheck --check-prefix=CHECK-BOTH %s -// REQUIRES: libedit // CHECK: unknown command: foo // CHECK-NOT: unknown command: bar |