Reviewers: earthdok, Alexander Potapenko,
Message:
This is to demonstrate the libc++abi compile failures for msan as discussed
in
this CL https://codereview.chromium.org/802583003/.
Statement from earthdok: "This is very strange. -fPIC should be implied by
-fsanitize=memory, and we
certainly don't need exceptions."
Patch 1 for the exceptions and patch 2 for PIC.
It is possible that our gyp definitions lack something what chromium's
have...
Description:
Test CL for demonstrating msan build failures.
BUG=
Please review this at https://codereview.chromium.org/1146863006/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+0, -3 lines):
M build/standalone.gypi
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index
24f2e7a74f44e16907330197d9d0b8aaaeb49994..823e59a57d236ba5367640374e867305adaec9fa
100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -332,9 +332,6 @@
'-fsanitize-memory-track-origins=<(msan_track_origins)',
'-fPIC',
],
- 'cflags+': [
- '-fPIC',
- ],
'cflags!': [
'-fno-exceptions',
'-fomit-frame-pointer',
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.