commit | 332464279971e7d5e1deed9fecc54385532cd118 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Mon Nov 24 14:36:23 2014 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Mon Nov 24 14:36:23 2014 -0800 |
tree | 17a05bbc8f770ac6c1e773be5414775e0e3619cd | |
parent | 79f2a03b390c4d3d8acd30bacc44424cf06beb67 [diff] |
Subzero: Fix new issues after the LLVM 3.5 merge. We need to link with -lpthread now. The CALLTARGETS workaround in our lit tests can be removed, since llvm-objdump has gotten more accurate than before with respect to symbols. The -stats and -rng-seed options need to be renamed to avoid conflicting with the LLVM options being brought in. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3930 R=jvoung@chromium.org Review URL: https://codereview.chromium.org/756543002