From: Eric Christopher Date: Thu, 7 Jan 2016 01:23:19 +0000 (+0000) Subject: Use an actual real architecture and massage a couple of comments. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=400916c16ec7be95d63ed7c02901c2f9fbfb8792;p=clang Use an actual real architecture and massage a couple of comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@257010 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/gcc_forward.c b/test/Driver/gcc_forward.c index b8bd921a91..d28e432b1e 100644 --- a/test/Driver/gcc_forward.c +++ b/test/Driver/gcc_forward.c @@ -5,15 +5,16 @@ // RUN: %s \ // RUN: -Wall -Wdocumentation \ // RUN: -Xclang foo-bar \ -// RUN: -march=x86_64 \ +// RUN: -march=x86-64 \ // RUN: -mlinker-version=10 -### 2> %t // RUN: FileCheck < %t %s // -// clang-cc1 +// clang -cc1 +// CHECK: clang // CHECK: "-Wall" "-Wdocumentation" // CHECK: "-o" "{{[^"]+}}.o" // -// gcc-ld +// gcc as ld. // CHECK: gcc{{[^"]*}}" // CHECK-NOT: "-mlinker-version=10" // CHECK-NOT: "-Xclang"