diff options
| author | Teresa Johnson <tejohnson@google.com> | 2015-11-24 16:10:43 +0000 |
|---|---|---|
| committer | Teresa Johnson <tejohnson@google.com> | 2015-11-24 16:10:43 +0000 |
| commit | 17626654fd454c6fd2a683cb303612a1cda54ef8 (patch) | |
| tree | 9874f6ccffd7201d6a90f7b5b301279209ab98df /llvm/test/Transforms/FunctionImport/Inputs/funcimport.ll | |
| parent | b0bb6142f5b837a15b4d2c8031d4074145989fe2 (diff) | |
| download | bcm5719-llvm-17626654fd454c6fd2a683cb303612a1cda54ef8.tar.gz bcm5719-llvm-17626654fd454c6fd2a683cb303612a1cda54ef8.zip | |
[ThinLTO] Fix FunctionImport alias checking and test
Skip imports for weak_any aliases as well. Fix the test to check
non-import of weak aliases and functions, and import of normal alias.
llvm-svn: 253991
Diffstat (limited to 'llvm/test/Transforms/FunctionImport/Inputs/funcimport.ll')
| -rw-r--r-- | llvm/test/Transforms/FunctionImport/Inputs/funcimport.ll | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/Transforms/FunctionImport/Inputs/funcimport.ll b/llvm/test/Transforms/FunctionImport/Inputs/funcimport.ll index c0298b55ea4..96555892fe3 100644 --- a/llvm/test/Transforms/FunctionImport/Inputs/funcimport.ll +++ b/llvm/test/Transforms/FunctionImport/Inputs/funcimport.ll @@ -74,12 +74,6 @@ entry: ret void } -define void @callweakfunc() #0 { -entry: - call void @weakfunc() - ret void -} - define internal i32 @staticfunc() #0 { entry: ret i32 1 |

