[PATCH] D25338: [Driver] Make -print-libgcc-file-name print compiler-rt lib when used
Bruno Cardoso Lopes via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 6 13:51:33 PDT 2016
bruno added a reviewer: bruno.
bruno added a comment.
Testcase?
> clang.rst:398
> + Print the library path for the currently used compiler runtime library
> + ("libgcc.a" or "libclang_rt.builtins.*.a" appropriately).
>
You can probably drop the "appropriately"
> Options.td:1865
> + HelpText<"Print the library path for the currently used compiler runtime "
> + "library (\"libgcc.a\" or \"libclang_rt.builtins.*.a\" appropriately)">;
> def print_multi_directory : Flag<["-", "--"], "print-multi-directory">;
Same here
https://reviews.llvm.org/D25338
More information about the cfe-commits
mailing list