]> granicus.if.org Git - clang/commitdiff
Add a missing -no-canonical-prefixes.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 9 Aug 2016 19:20:25 +0000 (19:20 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 9 Aug 2016 19:20:25 +0000 (19:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278148 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/cuda-detect.cu

index 409c755788706f6788faaeebabcc9b22c3c3f8d8..f14e7b299144fe902c29cf533fc3ca8a20abd19c 100644 (file)
@@ -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