Skip to content

Commit 4688a36

Browse files
bulbazordvinay-deshmukh
authored andcommitted
Revert "[NFCI][lldb][test] Avoid unnecessary GNU extension for assembly call" (llvm#166970)
Reverts llvm#166769 Darwin platforms prefix symbols with `_`, other platforms don't necessarily.
1 parent dd03aec commit 4688a36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
int asm_main();
1+
int asm_main() asm("asm_main");
2+
23
int main() { return asm_main(); }

0 commit comments

Comments
 (0)