diff options
author | Dan Gohman <sunfish@mozilla.com> | 2014-03-05 18:49:30 -0800 |
---|---|---|
committer | Dan Gohman <sunfish@mozilla.com> | 2014-03-05 18:49:30 -0800 |
commit | cbaebc0a5c48d5cf2bec46fc270e5aac4f36e0b0 (patch) | |
tree | 8e0137e3bf9ba552b2355d527980cec14ff7507c /system/include | |
parent | 28f0397b64792e446de7bb5c4703425d0df02689 (diff) |
Disable emptyasm_aue, as inline asm is now diagnosed with an error.
This testcase was originally inspired by libgcrypt. Compiling
asm("":::"memory") to a no-op would be doable, and would help the code
compile without error, but properly supporting what libgrypt is actually
doing here, being paranoid enough to make repeated stores to the same
memory location to clear it out, would be much harder, because we'd
really need a way to tell the JS engine what's going on so that it doesn't
optimize anything away.
Diffstat (limited to 'system/include')
0 files changed, 0 insertions, 0 deletions