aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/cuda-output-asm.cu
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/cuda-output-asm.cu')
-rw-r--r--test/Driver/cuda-output-asm.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/cuda-output-asm.cu b/test/Driver/cuda-output-asm.cu
index 8ca87a5caa5c..ac9435489182 100644
--- a/test/Driver/cuda-output-asm.cu
+++ b/test/Driver/cuda-output-asm.cu
@@ -15,7 +15,7 @@
// RUN: --cuda-gpu-arch=sm_30 --cuda-device-only %s 2>&1 \
// RUN: | FileCheck -check-prefix SM20 -check-prefix SM30 %s
-// HOST-DAG: "-cc1" "-triple" "x86_64--linux-gnu"
+// HOST-DAG: "-cc1" "-triple" "x86_64-unknown-linux-gnu"
// SM20-DAG: "-cc1" "-triple" "nvptx64-nvidia-cuda"
// SM20-same: "-target-cpu" "sm_20"
// SM30-DAG: "-cc1" "-triple" "nvptx64-nvidia-cuda"