Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4271)

Unified Diff: build/standalone.gypi

Issue 1414763004: [test] Make cfi more verbose. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 7250579d27c123d40697647f38605ad34ce5683e..400694486c5c42af314f2f350abc28bc6e1ffcef 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -492,8 +492,8 @@
'target_defaults': {
'conditions': [
# Common options for AddressSanitizer, LeakSanitizer,
- # ThreadSanitizer and MemorySanitizer.
- ['asan==1 or lsan==1 or tsan==1 or msan==1', {
+ # ThreadSanitizer, MemorySanitizer and CFI builds.
+ ['asan==1 or lsan==1 or tsan==1 or msan==1 or cfi_vptr==1', {
'target_conditions': [
['_toolset=="target"', {
'cflags': [
@@ -1275,7 +1275,7 @@
['_toolset=="target"', {
'cflags': [
'-fno-sanitize-trap=cfi',
- '-fsanitize-recover=cfi',
+ '-fno-sanitize-recover=cfi',
],
'cflags_cc!': [
'-fno-rtti',
@@ -1285,7 +1285,7 @@
],
'ldflags': [
'-fno-sanitize-trap=cfi',
- '-fsanitize-recover=cfi',
+ '-fno-sanitize-recover=cfi',
],
}],
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698