r278148 - Add a missing -no-canonical-prefixes.

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 9 12:20:25 PDT 2016


Author: d0k
Date: Tue Aug  9 14:20:25 2016
New Revision: 278148

URL: http://llvm.org/viewvc/llvm-project?rev=278148&view=rev
Log:
Add a missing -no-canonical-prefixes.

Modified:
    cfe/trunk/test/Driver/cuda-detect.cu

Modified: cfe/trunk/test/Driver/cuda-detect.cu
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/cuda-detect.cu?rev=278148&r1=278147&r2=278148&view=diff
==============================================================================
--- cfe/trunk/test/Driver/cuda-detect.cu (original)
+++ cfe/trunk/test/Driver/cuda-detect.cu Tue Aug  9 14:20:25 2016
@@ -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
 




More information about the cfe-commits mailing list