diff options
| author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2015-09-30 20:11:02 +0000 |
|---|---|---|
| committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2015-09-30 20:11:02 +0000 |
| commit | f3742a785b0bf0d0191e0f75ae1d24c9e904404d (patch) | |
| tree | 736a8933eeade9677bed23661f1c3bbf7492ffde /clang/test/Driver/darwin-ld.c | |
| parent | 8f1f9a1be30ff0e260f451f18712dff7fa9a7273 (diff) | |
| download | bcm5719-llvm-f3742a785b0bf0d0191e0f75ae1d24c9e904404d.tar.gz bcm5719-llvm-f3742a785b0bf0d0191e0f75ae1d24c9e904404d.zip | |
Revert "[DarwinDriver] Use -lto_library to specify the path for libLTO.dylib"
Revert r248932. Bots complaining about new warnings where they shouldn't.
llvm-svn: 248935
Diffstat (limited to 'clang/test/Driver/darwin-ld.c')
| -rw-r--r-- | clang/test/Driver/darwin-ld.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/clang/test/Driver/darwin-ld.c b/clang/test/Driver/darwin-ld.c index 0a0519a6f87..a5f96085a97 100644 --- a/clang/test/Driver/darwin-ld.c +++ b/clang/test/Driver/darwin-ld.c @@ -110,21 +110,6 @@ // LINK_OBJECT_LTO_PATH: {{ld(.exe)?"}} // LINK_OBJECT_LTO_PATH: "-object_path_lto" -// RUN: %clang -target x86_64-apple-darwin10 -### %s \ -// RUN: -mlinker-version=133 -flto 2> %t.log -// RUN: cat %t.log -// RUN: FileCheck -check-prefix=LINK_LTOLIB_PATH %s < %t.log -// -// LINK_LTOLIB_PATH: {{ld(.exe)?"}} -// LINK_LTOLIB_PATH: "-lto_library" - -// RUN: %clang -target x86_64-apple-darwin10 -### %s \ -// RUN: -ccc-install-dir %S/dummytestdir -mlinker-version=133 -flto 2> %t.log -// RUN: cat %t.log -// RUN: FileCheck -check-prefix=LINK_LTOLIB_PATH_WRN %s < %t.log -// -// LINK_LTOLIB_PATH_WRN: warning: libLTO.dylib relative to clang installed dir not found; using 'ld' default search path instead - // RUN: %clang -target x86_64-apple-darwin10 -### %t.o \ // RUN: -force_load a -force_load b 2> %t.log // RUN: cat %t.log |

