brintos

brintos / llvm-project-archived public Read only

0
0
Text · 433 B · 80bca34 Raw
17 lines · c
1// RUN: rm -rf %t2// RUN: mkdir %t3// RUN: cd %t4// RUN: cp %s test.c5// RUN: ln -sf test.c link.c6// RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-absolute-paths link.c 2>&1 | FileCheck %s7 8// Verify that -fdiagnostics-absolute-paths resolve symbolic links in9// diagnostics messages.10 11// CHECK: test.c12// CHECK-SAME: error: unknown type name13This do not compile14 15// Don't make symlinks on Windows.16// UNSUPPORTED: system-windows17