]> granicus.if.org Git - clang/commitdiff
Fix a bot I broke.
authorChris Bieneman <beanz@apple.com>
Tue, 15 Mar 2016 18:17:48 +0000 (18:17 +0000)
committerChris Bieneman <beanz@apple.com>
Tue, 15 Mar 2016 18:17:48 +0000 (18:17 +0000)
The builtin library isn't added by the driver unless it exists, so we shouldn't check for it. I've marked this as a FIXME, because we probably should have a way to test this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263568 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/darwin-ld.c

index e81d882a1b45c331789c2968fef56fdd29821375..185ed886883bc9d4d92fa981675627623e7d5fe7 100644 (file)
 // RUN: FileCheck -check-prefix=LINK_IOSSIM_PROFILE %s < %t.log
 // LINK_IOSSIM_PROFILE: {{ld(.exe)?"}}
 // LINK_IOSSIM_PROFILE: libclang_rt.profile_iossim.a
-// LINK_IOSSIM_PROFILE: libclang_rt.ios.a
+
+// FIXME: Currently the builtin library is only added to the command line if it,
+// so we can't check for it here
+// FIXME_LINK_IOSSIM_PROFILE: libclang_rt.ios.a
 
 // RUN: %clang -target arm64-apple-tvos8.3 -mtvos-version-min=8.3 -### %t.o 2> %t.log
 // RUN: FileCheck -check-prefix=LINK_TVOS_ARM64 %s < %t.log