Commit 3227d8f2 authored by glider@chromium.org's avatar glider@chromium.org

Replace the internal '-mllvm -tsan-blacklist' flag with the user-visible -fsanitize-blacklist.

NOTRY=true
TBR=earthdok@chromium.org
BUG=

Review URL: https://codereview.chromium.org/254773004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266312 0039d316-1c4b-4281-b951-d872f2087c98
parent 715cafda
...@@ -3712,7 +3712,7 @@ ...@@ -3712,7 +3712,7 @@
'cflags': [ 'cflags': [
'-fsanitize=thread', '-fsanitize=thread',
'-fPIC', '-fPIC',
'-mllvm', '-tsan-blacklist=<(tsan_blacklist)', '-fsanitize-blacklist=<(tsan_blacklist)',
], ],
'ldflags': [ 'ldflags': [
'-fsanitize=thread', '-fsanitize=thread',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment