UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36
Steps to reproduce the problem:
1.Place the following into `args.gn`.
```
is_cfi = true
is_component_build = false
is_debug = false
target_cpu = "x64"
use_cfi_cast = true
use_cfi_diag = true
use_cfi_recover = false
v8_test_isolation_mode = "prepare"
```
2. Build V8
What is the expected behavior?
V8 successfully builds.
What went wrong?
Control flow integrity check fails.
Did this work before? N/A
Chrome version: 60.0.3112.90 Channel: dev
OS Version:
Flash Version:
Comment 1 by bugdroid1@chromium.org
, Aug 25 2017