Mercurial > hg > CbC > CbC_llvm
view clang/test/Lexer/case-insensitive-include-pr31836.sh @ 165:597b3f1c2c93
fix call createTailCallEliminationPass
author | anatofuz |
---|---|
date | Tue, 24 Mar 2020 15:30:52 +0900 |
parents | 1d019706d866 |
children | 0572611fdcc8 |
line wrap: on
line source
// REQUIRES: case-insensitive-filesystem // UNSUPPORTED: system-windows // RUN: mkdir -p %t // RUN: touch %t/case-insensitive-include-pr31836.h // RUN: echo "#include \"%t/Case-Insensitive-Include-Pr31836.h\"" | %clang_cc1 -E - 2>&1 | FileCheck %s // CHECK: warning: non-portable path to file // CHECK-SAME: /case-insensitive-include-pr31836.h