diff options
Diffstat (limited to 'llvm/test/ThinLTO/X86/Inputs/weak_autohide.ll')
-rw-r--r-- | llvm/test/ThinLTO/X86/Inputs/weak_autohide.ll | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/ThinLTO/X86/Inputs/weak_autohide.ll b/llvm/test/ThinLTO/X86/Inputs/weak_autohide.ll deleted file mode 100644 index c9c2bfd01ac..00000000000 --- a/llvm/test/ThinLTO/X86/Inputs/weak_autohide.ll +++ /dev/null @@ -1,6 +0,0 @@ -target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" -target triple = "x86_64-apple-macosx10.11.0" - -define weak_odr void @weakodrfunc() { - ret void -} |