Commit 2f7a5f7
authored
[NFCI][lldb][test] Avoid GNU extension for specifying mangling (llvm#167221)
`asm()` on function declarations is used for specifying the mangling.
But that specific spelling is a GNU extension unlike `__asm()`.
Found by building with `-std=c2y` in Clang's C frontend's config file.1 parent c41ef17 commit 2f7a5f7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
0 commit comments