summaryrefslogtreecommitdiff
path: root/tools/llvmc
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-02-23 09:05:21 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-02-23 09:05:21 +0000
commit9660c5d3e0d303393e564a6af7504395e36f7b8c (patch)
tree4dd106425ca0b365f805d32de01ea1f22e8d2742 /tools/llvmc
parent130bedecee17cb2003863684a6582d4bb613b24d (diff)
downloadllvm-9660c5d3e0d303393e564a6af7504395e36f7b8c.tar.gz
llvm-9660c5d3e0d303393e564a6af7504395e36f7b8c.tar.bz2
llvm-9660c5d3e0d303393e564a6af7504395e36f7b8c.tar.xz
Input files with empty suffixes must be passed to linker.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc')
-rw-r--r--tools/llvmc/plugins/Base/Base.td.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/plugins/Base/Base.td.in b/tools/llvmc/plugins/Base/Base.td.in
index d2c1f0c04e..6ed4749984 100644
--- a/tools/llvmc/plugins/Base/Base.td.in
+++ b/tools/llvmc/plugins/Base/Base.td.in
@@ -311,7 +311,7 @@ def LanguageMap : LanguageMap<
LangToSuffixes<"assembler-with-cpp", ["S"]>,
LangToSuffixes<"llvm-assembler", ["ll"]>,
LangToSuffixes<"llvm-bitcode", ["bc"]>,
- LangToSuffixes<"object-code", ["o"]>,
+ LangToSuffixes<"object-code", ["o", "*empty*"]>,
LangToSuffixes<"executable", ["out"]>
]>;