glibcextract.py: Place un-assemblable @@@ in a comment
authorFangrui Song <maskray@google.com>
Tue, 19 Oct 2021 16:58:16 +0000 (09:58 -0700)
committerFangrui Song <maskray@google.com>
Tue, 19 Oct 2021 16:58:16 +0000 (09:58 -0700)
commit46baeb61e16511f26db1b255e19dc9163f590367
tree7fd1a7ae13de9686d1c850b2caca34be2904579d
parent53d19edf7b7ab506b510c9c879a575c8484d075f
glibcextract.py: Place un-assemblable @@@ in a comment

Unlike GCC, Clang parses asm statements and verifies they are valid
instructions/directives. Place the magic @@@ into a comment to avoid
a parse error.
scripts/glibcextract.py