This is an archive of the discontinued LLVM Phabricator instance.

NFC - Typo fix in test/CodeGenCXX/runtime-dllstorage.cpp
ClosedPublic

Authored by GBuella on Jul 4 2018, 2:05 AM.

Diff Detail

Event Timeline

GBuella created this revision.Jul 4 2018, 2:05 AM
compnerd accepted this revision.Jul 5 2018, 3:03 PM
This revision is now accepted and ready to land.Jul 5 2018, 3:03 PM
GBuella requested review of this revision.Jul 6 2018, 2:00 AM

Well, apparently the test fails with the typo fix.
There is no declare dllimport void @_ZSt9terminatev() line that could be matched for CHECK-DYNAMIC-IA-DAG.

GBuella retitled this revision from NFC - type fix in test/CodeGenCXX/runtime-dllstorage.cpp to NFC - Typo fix in test/CodeGenCXX/runtime-dllstorage.cpp.Jul 6 2018, 2:02 AM
Jim accepted this revision.Dec 11 2019, 11:00 PM
Jim added a subscriber: Jim.

Are you ready to land this patch?

This revision is now accepted and ready to land.Dec 11 2019, 11:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 11 2019, 11:00 PM
This revision was automatically updated to reflect the committed changes.
thakis added a subscriber: thakis.Dec 12 2019, 2:55 AM

This breaks the test everywhere, e.g. http://45.33.8.238/linux/5543/step_7.txt

Can you revert this while you investigate if the test was broken since it landed or if something broke it later, while it wasn't really testing what it was supposed to test?

This breaks the test everywhere, e.g. http://45.33.8.238/linux/5543/step_7.txt

Can you revert this while you investigate if the test was broken since it landed or if something broke it later, while it wasn't really testing what it was supposed to test?

Yes, I reverted the change on line 137, I recall the other changes didn't cause trouble.