forked from OSchip/llvm-project
Fix test for r165028. It only generates that flag for source files now.
<rdar://problem/12401423> llvm-svn: 165029
This commit is contained in:
parent
3b2000fcac
commit
5e5cf1a50c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue