mstorsjo added a comment.

In https://reviews.llvm.org/D38680#1077262, @joerg wrote:

> I'm back to the point where I can't reproduce the problem :( Can we start 
> providing an actual failing test case? It's annoying to debug a problem when 
> you can't reproduce it.


My testcase that triggers the issue is available at 
https://martin.st/temp/hello-exception.cpp. With this input file, I can produce 
the DW_CFA_GNU_args_size opcodes with this command: `clang -target i386-netbsd 
-O3 -fomit-frame-pointer -S -o - hello-exception.cpp` (tested with both clang 
4.0 and current trunk).


https://reviews.llvm.org/D38680



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to