[LLVMbugs] [Bug 24281] New: clang-cl doesn't pass -Zl to cl.exe when falling back
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jul 27 11:19:26 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24281
Bug ID: 24281
Summary: clang-cl doesn't pass -Zl to cl.exe when falling back
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Driver
Assignee: unassignedclangbugs at nondot.org
Reporter: ehsan at mozilla.com
CC: david.majnemer at gmail.com, hans at chromium.org,
llvmbugs at cs.uiuc.edu, rnk at google.com
Classification: Unclassified
Steps to reproduce:
$ cat test.cpp
#ifdef __clang__
#error oops
#endif
$ clang-cl -c -fallback -Zl test.cpp
--
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/20150727/87d90667/attachment.html>
More information about the llvm-bugs
mailing list