http://llvm.org/bugs/show_bug.cgi?id=18811
Bug ID: 18811
Summary: Clang doesn't accept the -wrapper flag
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Driver
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
>From man gcc:
-wrapper
Invoke all subcommands under a wrapper program. The name of the
wrapper program and its parameters are passed as a comma separated list.
gcc -c t.c -wrapper gdb,--args
This will invoke all subprograms of gcc under gdb --args, thus the
invocation of cc1 will be gdb --args cc1 ....
Having a -wrapper flag that matches one in GCC may be useful e.g. to debug
Clang.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs