Mercurial > hg > CbC > CbC_llvm
diff clang/test/ClangScanDeps/symlink.cpp @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line diff
--- a/clang/test/ClangScanDeps/symlink.cpp Wed Jul 21 10:27:27 2021 +0900 +++ b/clang/test/ClangScanDeps/symlink.cpp Wed Nov 09 17:45:10 2022 +0900 @@ -8,8 +8,7 @@ // RUN: cp %S/Inputs/header.h %t.dir/Inputs/header.h // RUN: ln -s %t.dir/Inputs/header.h %t.dir/Inputs/symlink.h // RUN: sed -e "s|DIR|%/t.dir|g" %S/Inputs/symlink_cdb.json > %t.cdb -// RUN: clang-scan-deps -compilation-database %t.cdb -j 1 -reuse-filemanager=0 | FileCheck %s -// RUN: clang-scan-deps -compilation-database %t.cdb -j 1 -reuse-filemanager=1 | FileCheck %s +// RUN: clang-scan-deps -compilation-database %t.cdb -j 1 | FileCheck %s #include "symlink.h" #include "header.h"