Fix test for r165028. It only generates that flag for source files now.

<rdar://problem/12401423>

llvm-svn: 165029
This commit is contained in:
Bill Wendling 2012-10-02 18:07:59 +00:00
parent 3b2000fcac
commit 5e5cf1a50c
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
// LINK_OLDER_NODEMANGLE-NOT: "-demangle"
// LINK_OLDER_NODEMANGLE: "-lSystem"
// RUN: %clang -target x86_64-apple-darwin10 -### %t.o \
// RUN: %clang -target x86_64-apple-darwin10 -### %s \
// RUN: -mlinker-version=117 -flto 2> %t.log
// RUN: cat %t.log
// RUN: FileCheck -check-prefix=LINK_OBJECT_LTO_PATH %s < %t.log