From: Benjamin Kramer Date: Tue, 9 Aug 2016 19:20:25 +0000 (+0000) Subject: Add a missing -no-canonical-prefixes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6728a34cae89a1af83ca96848090339adc598cc2;p=clang Add a missing -no-canonical-prefixes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278148 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/cuda-detect.cu b/test/Driver/cuda-detect.cu index 409c755788..f14e7b2991 100644 --- a/test/Driver/cuda-detect.cu +++ b/test/Driver/cuda-detect.cu @@ -73,7 +73,7 @@ // RUN: -check-prefix NOCUDAINC -check-prefix NOLIBDEVICE // Verify that C++ include paths are passed for both host and device frontends. -// RUN: %clang -### -target x86_64-linux-gnu %s \ +// RUN: %clang -### -no-canonical-prefixes -target x86_64-linux-gnu %s \ // RUN: --sysroot=%S/Inputs/ubuntu_14.04_multiarch_tree2 2>&1 \ // RUN: | FileCheck %s --check-prefix CHECK-CXXINCLUDE