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: unassignedclangb...@nondot.org
          Reporter: eh...@mozilla.com
                CC: david.majne...@gmail.com, h...@chromium.org,
                    llvmbugs@cs.uiuc.edu, r...@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.
_______________________________________________
LLVMbugs mailing list
LLVMbugs@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to