[PATCH] D30760: Record command lines in objects built by clang

Eric Christopher via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 21 14:35:12 PDT 2017


echristo requested changes to this revision.
echristo added a comment.
This revision now requires changes to proceed.

Why aren't we passing the flags down as a string in the IR?

Needs a testcase: you should only check for IR in clang tests. To make sure something is propagated to the other end use an IR test and then use llvm-dwarfdump to inspect as an llvm test.

-eric


https://reviews.llvm.org/D30760





More information about the cfe-commits mailing list