annotate clang/test/ClangScanDeps/no-werror.cpp @ 165:597b3f1c2c93
fix call createTailCallEliminationPass
author |
anatofuz |
date |
Tue, 24 Mar 2020 15:30:52 +0900 |
parents |
1d019706d866 |
children |
2e18cbf3894f |
rev |
line source |
150
|
1 // RUN: rm -rf %t.dir
|
|
2 // RUN: rm -rf %t.cdb
|
|
3 // RUN: mkdir -p %t.dir
|
|
4 // RUN: cp %s %t.dir/no-werror_input.cpp
|
|
5 // RUN: mkdir %t.dir/Inputs
|
|
6 // RUN: cp %S/Inputs/sys-header.h %t.dir/Inputs/sys-header.h
|
|
7 // RUN: sed -e "s|DIR|%/t.dir|g" %S/Inputs/no-werror.json > %t.cdb
|
|
8 //
|
|
9 // RUN: clang-scan-deps -compilation-database %t.cdb -j 1 | FileCheck %s
|
|
10
|
|
11 #define MACRO 201411L
|
|
12
|
|
13 #include "sys-header.h"
|
|
14
|
|
15 // CHECK: no-werror_input.cpp
|
|
16 // CHECK-NEXT: Inputs{{/|\\}}sys-header.h
|