diff options
Diffstat (limited to 'test/Other/link-opts.ll')
-rw-r--r-- | test/Other/link-opts.ll | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/Other/link-opts.ll b/test/Other/link-opts.ll deleted file mode 100644 index 8e58ac8..0000000 --- a/test/Other/link-opts.ll +++ /dev/null @@ -1,13 +0,0 @@ -;RUN: opt -S -std-link-opts < %s | FileCheck %s -; Simple test to check that -std-link-opts keeps only the main function. - -; CHECK-NOT: define -; CHECK: define void @main -; CHECK-NOT: define -define void @main() { - ret void -} - -define void @foo() { - ret void -} |