This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Fix missing argument in asan unittest
ClosedPublic

Authored by etienneb on Jul 13 2016, 11:56 PM.

Details

Summary

Both test have the same command-line.
The second test is missing the /GS-.

Keep in mind that /GS is on by default.

Diff Detail

Event Timeline

etienneb updated this revision to Diff 63924.Jul 13 2016, 11:56 PM
etienneb retitled this revision from to [compiler-rt] Fix missing argument in asan unittest.
etienneb updated this object.
etienneb added a reviewer: rnk.
etienneb added subscribers: chrisha, wang0109.
rnk accepted this revision.Jul 14 2016, 8:35 AM
rnk edited edge metadata.

lgtm

test/asan/TestCases/Windows/dll_seh.cc
4

Let's add -GS to be explicit.

This revision is now accepted and ready to land.Jul 14 2016, 8:35 AM
etienneb updated this revision to Diff 64055.Jul 14 2016, 3:23 PM
etienneb edited edge metadata.

nits

etienneb closed this revision.Jul 14 2016, 3:23 PM