[LLVMbugs] [Bug 19328] New: Message 'argument unused during compilation' emitting while linking
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Apr 3 12:45:49 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19328
Bug ID: 19328
Summary: Message 'argument unused during compilation' emitting
while linking
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Driver
Assignee: unassignedclangbugs at nondot.org
Reporter: steveire at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
$ clang -c -Xclang -fixit-recompile -fPIC empty.cpp
$ clang -shared -o somelib.so -Xclang -fixit-recompile empty.o
clang: warning: argument unused during compilation: '-Xclang -fixit-recompile
$ clang --version
Ubuntu clang version 3.5.0-1~exp1 (trunk) (based on LLVM 3.5.0)
Target: x86_64-pc-linux-gnu
Thread model: posix
--
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/20140403/212a515e/attachment.html>
More information about the llvm-bugs
mailing list