[llvm-bugs] [Bug 41308] New: clang-cl gets confused by the /clang:-save-temps flag

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Mar 29 10:22:03 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=41308

            Bug ID: 41308
           Summary: clang-cl gets confused by the /clang:-save-temps flag
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
                    richard-llvm at metafoo.co.uk

$ cat test.cc
int main() {}

$ third_party/llvm-build/Release+Asserts/bin/clang-cl -c test.cc
/clang:-save-temps
error: error reading 'mlinker-verscwd'
1 error generated.


The error message looks a bit like memory corruption.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190329/e8238009/attachment.html>


More information about the llvm-bugs mailing list