forked from OSchip/llvm-project
Fix a bot I broke.
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. llvm-svn: 263568
This commit is contained in:
parent
7f2844f8f7
commit
348de81e9a
|
@ -156,7 +156,10 @@
|
|||
// 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
|
||||
|
|
Loading…
Reference in New Issue