diff options
Diffstat (limited to 'test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll')
-rw-r--r-- | test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll b/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll deleted file mode 100644 index cf59634..0000000 --- a/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll +++ /dev/null @@ -1,6 +0,0 @@ -; RUN: llc < %s -march=c | grep func1 | grep WEAK - -define linkonce i32 @func1() { - ret i32 5 -} - |