Lines Matching full:clang
2 CLANGXX := clang++
15 test-clang.sum: test.cc
16 time $(CLANGXX) test.cc -o test-clang.s -S
17 $(CLANGXX) test-clang.s -o test-clang
18 ./test-clang >test-clang.sum
20 one: test-gcc.sum test-clang.sum
21 cmp test-gcc.sum test-clang.sum
24 rm -f gen test-gcc test-clang test.cc test-gcc.sum test-clang.sum test-gcc.s test-clang.s