[PATCH] D68633: fix debug info affects output when opt inline
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 09:12:43 PDT 2019
aprantl added a comment.
In D68633#1700966 <https://reviews.llvm.org/D68633#1700966>, @bjope wrote:
> Besides, inlining decisions should not be impacted by if we move the dbg intrinsics or not, right?
Correct. `clang -g | strip` and `clang` should produce identical output.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68633/new/
https://reviews.llvm.org/D68633
More information about the llvm-commits
mailing list