Skip to content

Instantly share code, notes, and snippets.

@fanquake
Last active December 19, 2020 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fanquake/9b33555fcfebef8eb8c0795a71732bc6 to your computer and use it in GitHub Desktop.
Save fanquake/9b33555fcfebef8eb8c0795a71732bc6 to your computer and use it in GitHub Desktop.
int main() {
	return 0;
}
clang++-7 test.cpp -fcf-protection=full
/usr/bin/ld: error: /tmp/test-93120f.o: <corrupt x86 feature size: 0x8>

Only happens with Clang < 8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment