Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
llvm-epi
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roger Ferrer
llvm-epi
Commits
15a29867
Commit
15a29867
authored
14 years ago
by
Rafael Espindola
Browse files
Options
Downloads
Patches
Plain Diff
Add test for r127138.
llvm-svn: 127172
parent
7e25a956
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/test/Transforms/Internalize/available_externally.ll
+16
-0
16 additions, 0 deletions
llvm/test/Transforms/Internalize/available_externally.ll
with
16 additions
and
0 deletions
llvm/test/Transforms/Internalize/available_externally.ll
0 → 100644
+
16
−
0
View file @
15a29867
; RUN: opt < %s -internalize -internalize-public-api-list foo -S | FileCheck %s
; CHECK: define void @foo
define
void
@foo
()
{
ret
void
}
; CHECK: define internal void @zed
define
void
@zed
()
{
ret
void
}
; CHECK: define available_externally void @bar
define
available_externally
void
@bar
()
{
ret
void
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment