diff options
Diffstat (limited to 'tools/llvmc/llvmc.cpp')
-rw-r--r-- | tools/llvmc/llvmc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/llvmc.cpp b/tools/llvmc/llvmc.cpp index 7cf89d320c..7eaa98eedc 100644 --- a/tools/llvmc/llvmc.cpp +++ b/tools/llvmc/llvmc.cpp @@ -343,7 +343,7 @@ int main(int argc, char **argv) { if (filePos != 0 && (libPos == 0 || filePos < libPos)) { // Add a source file - InpList.push_back(std::make_pair(*fileIt, + InpList.push_back(std::make_pair(*fileIt, GetFileType(*fileIt, filePos))); ++fileIt; } else if ( libPos != 0 && (filePos == 0 || libPos < filePos) ) { |