https://bugs.llvm.org/show_bug.cgi?id=34997
Bug ID: 34997
Summary: clang-cl: /showIncludes doesn't work with /EP
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Driver
Assignee: unassignedclangb...@nondot.org
Reporter: nicolaswe...@gmx.de
CC: llvm-bugs@lists.llvm.org
$
/Users/thakis/src/chrome/src/third_party/llvm-build/Release+Asserts/bin/clang-cl
/P /EP foo.cc /Fiout.ii /showIncludes
clang: warning: argument unused during compilation: '--show-includes'
[-Wunused-command-line-argument]
Works fine if I use just /P:
$
/Users/thakis/src/chrome/src/third_party/llvm-build/Release+Asserts/bin/clang-cl
/P foo.cc /Fiout.ii /showIncludes
Note: including file:
/Users/thakis/src/chrome/src/third_party/llvm-build/Release+Asserts/lib/clang/6.0.0/include/stddef.h
But I want preprocessor output without line directives. Is there a reason why
this doesn't work, or is it just an oversight?
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs