Commit 3aa7a24
authored
[NFCI][lldb][test] Avoid unnecessary GNU extension for assembly call (llvm#166769)
`asm()` on function declarations is used for specifying the mangling. But it's a GNU extension and
very much unnecessary here since the name matches.
Fixes compiling if the compiler defaults to non-extensions mode.1 parent 6145b9d commit 3aa7a24
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
0 commit comments