Link to previous month’s posts

$archive_month = date('m', strtotime('1 month ago') );
$archive_year  = date('Y', strtotime('1 month ago') ); 
echo '<a href="' . get_month_link( $archive_year, $archive_month) . '">Last month\'s posts</a>';