mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
Remove Clang tests since clang is not installed on the buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60767 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
78bd53d296
commit
260435c807
@ -1,11 +0,0 @@
|
||||
/*
|
||||
* Test basic functionality of llvmc -clang
|
||||
*
|
||||
* RUN: llvmc -clang %s -o %t
|
||||
* RUN: ./%t | grep {Hello Clang}
|
||||
*/
|
||||
|
||||
int main() {
|
||||
printf("Hello Clang world!\n");
|
||||
return 0;
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
/*
|
||||
* Test that `llvmc -clang` can link multiple files
|
||||
*
|
||||
* RUN: llvmc -clang %s %p/test_data/clang_together.c -o %t
|
||||
* RUN: ./%t | grep {Hello Clang}
|
||||
*/
|
||||
|
||||
void f();
|
||||
|
||||
int main() {
|
||||
f();
|
||||
return 0;
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
void f() {
|
||||
printf("Hello Clang world!\n");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user