[PATCH] D30000: Fix for pr31836 - pp_nonportable_path on absolute paths: broken delimiters

Axel Naumann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 16 11:12:00 PST 2017


karies added inline comments.


================
Comment at: test/Lexer/case-insensitive-include-pr31836.sh:6
+// RUN: touch %T/case-insensitive-include-pr31836.h
+// RUN: echo "#include \"%T/Case-Insensitive-Include-Pr31836.h\"" | %clang_cc1 -E - 2>&1 | FileCheck %s
+
----------------
@twoh Does that actually work on Linux? I thought (most?) Linux file systems are case sensitive? I.e. I'd expect to get a "file not found" diag on the `#include`.


https://reviews.llvm.org/D30000





More information about the cfe-commits mailing list